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

(-)a/opac/opac-reserve.pl (-2 / +1 lines)
Lines 515-521 foreach my $biblioNum (@biblionumbers) { Link Here
515
515
516
        if ( my $first_hold = $holds->next ) {
516
        if ( my $first_hold = $holds->next ) {
517
            $itemLoopIter->{backgroundcolor} = 'reserved';
517
            $itemLoopIter->{backgroundcolor} = 'reserved';
518
            $itemLoopIter->{reservedate}     = $first_hold->reservedate,
518
            $itemLoopIter->{reservedate}     = $first_hold->reservedate;
519
            $itemLoopIter->{ExpectedAtLibrary}         = $first_hold->branchcode;
519
            $itemLoopIter->{ExpectedAtLibrary}         = $first_hold->branchcode;
520
            $itemLoopIter->{waitingdate} = $first_hold->waitingdate;
520
            $itemLoopIter->{waitingdate} = $first_hold->waitingdate;
521
        }
521
        }
522
- 

Return to bug 30992