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

(-)a/reserve/request.pl (-1 / +2 lines)
Lines 321-326 foreach my $biblionumber (@biblionumbers) { Link Here
321
        last;
321
        last;
322
    }
322
    }
323
323
324
    $template->param( biblio =>$biblio ) if scalar @biblionumbers == 1;
325
324
    my $count = Koha::Holds->search( { biblionumber => $biblionumber } )->count();
326
    my $count = Koha::Holds->search( { biblionumber => $biblionumber } )->count();
325
327
326
    # adding a fixed value for priority options
328
    # adding a fixed value for priority options
327
- 

Return to bug 29043