|
Lines 569-575
foreach ( sort { $a <=> $b } keys %returneditems ) {
Link Here
|
| 569 |
$ri{homebranch} = $item->homebranch; |
569 |
$ri{homebranch} = $item->homebranch; |
| 570 |
$ri{holdingbranch} = $item->holdingbranch; |
570 |
$ri{holdingbranch} = $item->holdingbranch; |
| 571 |
|
571 |
|
| 572 |
$ri{location} = $biblio->{'location'}; |
572 |
$ri{location} = $item->location; |
| 573 |
my $shelfcode = $ri{'location'}; |
573 |
my $shelfcode = $ri{'location'}; |
| 574 |
$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} ) ); |
| 575 |
|
575 |
|
| 576 |
- |
|
|