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

(-)a/reserve/request.pl (-1 / +2 lines)
Lines 327-332 foreach my $biblionumber (@biblionumbers) { Link Here
327
        last;
327
        last;
328
    }
328
    }
329
329
330
    $template->param( biblio =>$biblio ) if scalar @biblionumbers == 1;
331
    
330
    my $count = Koha::Holds->search( { biblionumber => $biblionumber } )->count();
332
    my $count = Koha::Holds->search( { biblionumber => $biblionumber } )->count();
331
333
332
    # adding a fixed value for priority options
334
    # adding a fixed value for priority options
333
- 

Return to bug 29043