Lines 611-616
foreach ( sort { $a <=> $b } keys %returneditems ) {
Link Here
|
611 |
$ri{barcode} = $bar_code; |
611 |
$ri{barcode} = $bar_code; |
612 |
$ri{homebranch} = $item->homebranch; |
612 |
$ri{homebranch} = $item->homebranch; |
613 |
$ri{holdingbranch} = $item->holdingbranch; |
613 |
$ri{holdingbranch} = $item->holdingbranch; |
|
|
614 |
$ri{damaged} = $item->damaged; |
614 |
|
615 |
|
615 |
$ri{location} = $item->location; |
616 |
$ri{location} = $item->location; |
616 |
my $shelfcode = $ri{'location'}; |
617 |
my $shelfcode = $ri{'location'}; |