View | Details | Raw Unified | Return to bug 20546
Collapse All | Expand All

(-)a/circ/returns.pl (-2 / +1 lines)
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
- 

Return to bug 20546