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

(-)a/circ/returns.pl (-2 / +1 lines)
Lines 567-573 foreach ( sort { $a <=> $b } keys %returneditems ) { Link Here
567
        $ri{homebranch}          = $item->homebranch;
567
        $ri{homebranch}          = $item->homebranch;
568
        $ri{holdingbranch}       = $item->holdingbranch;
568
        $ri{holdingbranch}       = $item->holdingbranch;
569
569
570
        $ri{location}         = $biblio->{'location'};
570
        $ri{location} = $item->location;
571
        my $shelfcode = $ri{'location'};
571
        my $shelfcode = $ri{'location'};
572
        $ri{'location'} = $shelflocations->{$shelfcode} if ( defined( $shelfcode ) && defined($shelflocations) && exists( $shelflocations->{$shelfcode} ) );
572
        $ri{'location'} = $shelflocations->{$shelfcode} if ( defined( $shelfcode ) && defined($shelflocations) && exists( $shelflocations->{$shelfcode} ) );
573
573
574
- 

Return to bug 20546