Skip to content
This repository has been archived by the owner on Jan 25, 2021. It is now read-only.

Commit

Permalink
* Steuerung Abholorte bleibt damit in Aleph
Browse files Browse the repository at this point in the history
  • Loading branch information
witzigs committed Dec 29, 2017
1 parent dfd1ccc commit f3eed1c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions themes/sbvfrdmulti/templates/record/hold.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ endif;
</div>
<? elseif (count($this->pickup) >= 1): ?>
<?
$institutionIsPresent = false;
$institutionIsPresent = true;
$institutionOfItem = $_GET['institution'];
foreach ($this->pickup as $lib):
if ( in_array($lib['locationID'], $record->getInstitutions()))
if ($lib['locationID'] === "POPA")
{
$institutionIsPresent = true;
$institutionIsPresent = false;
break;
}
endforeach;
Expand Down

0 comments on commit f3eed1c

Please sign in to comment.