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

(-)a/reserve/request.pl (-2 / +1 lines)
Lines 681-687 if ( ( $findborrower && $borrowernumber_hold || $findclub && $club_hold ) Link Here
681
            $template->param( reserveloop => \@reserveloop );
681
            $template->param( reserveloop => \@reserveloop );
682
        }
682
        }
683
683
684
        if ( $patron ) {
684
        if ( $patron && $multi_hold ) {
685
            # Add the valid pickup locations
685
            # Add the valid pickup locations
686
            my @pickup_locations = $biblio->pickup_locations({ patron => $patron })->as_list;
686
            my @pickup_locations = $biblio->pickup_locations({ patron => $patron })->as_list;
687
            $biblioloopiter{pickup_locations} = \@pickup_locations;
687
            $biblioloopiter{pickup_locations} = \@pickup_locations;
688
- 

Return to bug 33198