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

(-)a/reserve/request.pl (-1 / +1 lines)
Lines 307-312 foreach my $biblionumber (@biblionumbers) { Link Here
307
    my %biblioloopiter = ();
307
    my %biblioloopiter = ();
308
308
309
    my $biblio = Koha::Biblios->find( $biblionumber );
309
    my $biblio = Koha::Biblios->find( $biblionumber );
310
    next unless $biblio;
310
311
311
    my $force_hold_level;
312
    my $force_hold_level;
312
    if ( $patron ) {
313
    if ( $patron ) {
313
- 

Return to bug 28779