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

(-)a/reserve/request.pl (-1 / +5 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
    unless ($biblio) {
311
        $biblioloopiter{noitems} = 1;
312
        $template->param('noitems' => 1);
313
        next;
314
    }
310
315
311
    my $force_hold_level;
316
    my $force_hold_level;
312
    if ( $patron ) {
317
    if ( $patron ) {
313
- 

Return to bug 28779