Lines 557-562
foreach my $biblionumber (@biblionumbers) {
Link Here
|
557 |
$reserve{'suspend'} = $res->{'suspend'}; |
557 |
$reserve{'suspend'} = $res->{'suspend'}; |
558 |
$reserve{'suspend_until'} = $res->{'suspend_until'}; |
558 |
$reserve{'suspend_until'} = $res->{'suspend_until'}; |
559 |
$reserve{'reserve_id'} = $res->{'reserve_id'}; |
559 |
$reserve{'reserve_id'} = $res->{'reserve_id'}; |
|
|
560 |
$reserve{'waitingdate'} = $res->{'waitingdate'}; |
560 |
|
561 |
|
561 |
if ( C4::Context->preference('IndependentBranches') && $flags->{'superlibrarian'} != 1 ) { |
562 |
if ( C4::Context->preference('IndependentBranches') && $flags->{'superlibrarian'} != 1 ) { |
562 |
$reserve{'branchloop'} = [ GetBranchDetail( $res->{'branchcode'} ) ]; |
563 |
$reserve{'branchloop'} = [ GetBranchDetail( $res->{'branchcode'} ) ]; |
563 |
- |
|
|