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

(-)a/circ/reserveratios.pl (-2 / +1 lines)
Lines 56-62 if ($booksellerid && $basketno) { Link Here
56
     $template->param( booksellerid => $booksellerid, basketno => $basketno );
56
     $template->param( booksellerid => $booksellerid, basketno => $basketno );
57
}
57
}
58
58
59
my $effective_create_items;
59
my $effective_create_items = q{};
60
if ( $basketno ){
60
if ( $basketno ){
61
    my $basket = Koha::Acquisition::Baskets->find( $basketno );
61
    my $basket = Koha::Acquisition::Baskets->find( $basketno );
62
    if ($basket){
62
    if ($basket){
63
- 

Return to bug 15685