Lines 539-544
foreach my $biblionumber (@biblionumbers) {
Link Here
|
539 |
$reserve{'suspend'} = $res->{'suspend'}; |
539 |
$reserve{'suspend'} = $res->{'suspend'}; |
540 |
$reserve{'suspend_until'} = $res->{'suspend_until'}; |
540 |
$reserve{'suspend_until'} = $res->{'suspend_until'}; |
541 |
$reserve{'reserve_id'} = $res->{'reserve_id'}; |
541 |
$reserve{'reserve_id'} = $res->{'reserve_id'}; |
|
|
542 |
$reserve{'waitingdate'} = $res->{'waitingdate'}; |
542 |
|
543 |
|
543 |
if ( C4::Context->preference('IndependentBranches') && $flags->{'superlibrarian'} != 1 ) { |
544 |
if ( C4::Context->preference('IndependentBranches') && $flags->{'superlibrarian'} != 1 ) { |
544 |
$reserve{'branchloop'} = [ GetBranchDetail($res->{'branchcode'}) ]; |
545 |
$reserve{'branchloop'} = [ GetBranchDetail($res->{'branchcode'}) ]; |
545 |
- |
|
|