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

(-)a/opac/opac-search.pl (-2 lines)
Lines 962-968 my $some_public_shelves = Koha::Virtualshelves->get_some_shelves( Link Here
962
        category       => 2,
962
        category       => 2,
963
    }
963
    }
964
);
964
);
965
while(my$s = $some_public_shelves->next){warn $s->shelfnumber;};
966
965
967
$template->param(
966
$template->param(
968
    add_to_some_private_shelves => $some_private_shelves,
967
    add_to_some_private_shelves => $some_private_shelves,
969
- 

Return to bug 14544