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

(-)a/opac/opac-reserve.pl (-3 lines)
Lines 337-344 foreach my $biblioNumber (@biblionumbers) { Link Here
337
    my $biblio = Koha::Biblios->find( $biblioNumber );
337
    my $biblio = Koha::Biblios->find( $biblioNumber );
338
    next unless $biblio;
338
    next unless $biblio;
339
339
340
    my $marcrecord = $biblio->metadata->record;
341
342
    my $items = Koha::Items->search_ordered(
340
    my $items = Koha::Items->search_ordered(
343
        [
341
        [
344
            biblionumber => $biblioNumber,
342
            biblionumber => $biblioNumber,
345
- 

Return to bug 30847