Lines 566-571
foreach ( sort { $a <=> $b } keys %returneditems ) {
Link Here
|
566 |
$ri{homebranch} = $item->{'homebranch'}; |
566 |
$ri{homebranch} = $item->{'homebranch'}; |
567 |
$ri{holdingbranch} = $item->{'holdingbranch'}; |
567 |
$ri{holdingbranch} = $item->{'holdingbranch'}; |
568 |
|
568 |
|
|
|
569 |
if (GetReservesFromItemnumber($biblio->{'itemnumber'})){ |
570 |
$ri{reservewarning} = 1;} |
571 |
|
569 |
$ri{location} = $biblio->{'location'}; |
572 |
$ri{location} = $biblio->{'location'}; |
570 |
my $shelfcode = $ri{'location'}; |
573 |
my $shelfcode = $ri{'location'}; |
571 |
$ri{'location'} = $shelflocations->{$shelfcode} if ( defined( $shelfcode ) && defined($shelflocations) && exists( $shelflocations->{$shelfcode} ) ); |
574 |
$ri{'location'} = $shelflocations->{$shelfcode} if ( defined( $shelfcode ) && defined($shelflocations) && exists( $shelflocations->{$shelfcode} ) ); |