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

(-)a/opac/opac-reserve.pl (-6 / +2 lines)
Lines 467-477 foreach my $biblioNum (@biblionumbers) { Link Here
467
            $itemLoopIter->{imageurl} = $itemInfo->{imageurl};
467
            $itemLoopIter->{imageurl} = $itemInfo->{imageurl};
468
        }
468
        }
469
469
470
        # If the holdingbranch is different than the homebranch, we show the
470
        # we show the holdingbranch of the document.
471
        # holdingbranch of the document too.
471
        $itemLoopIter->{holdingBranchName} = $itemInfo->{holdingbranch};
472
        if ( $itemInfo->{homebranch} ne $itemInfo->{holdingbranch} ) {
473
            $itemLoopIter->{holdingBranchName} = $itemInfo->{holdingbranch};
474
        }
475
472
476
        # If the item is currently on loan, we display its return date and
473
        # If the item is currently on loan, we display its return date and
477
        # change the background color.
474
        # change the background color.
478
- 

Return to bug 23067