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

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

Return to bug 29043