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

(-)a/reserve/request.pl (-2 / +1 lines)
Lines 535-541 if ( ( $findborrower && $borrowernumber_hold || $findclub && $club_hold ) Link Here
535
535
536
                            if ( @pickup_locations ) {
536
                            if ( @pickup_locations ) {
537
                                $num_items_available++;
537
                                $num_items_available++;
538
                                $item->{available} = 1;
538
                                $item->{override} = 1;
539
539
540
                                my $default_pickup_location;
540
                                my $default_pickup_location;
541
541
542
- 

Return to bug 31575