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

(-)a/circ/circulation.pl (-2 / +1 lines)
Lines 615-621 $template->param( Link Here
615
    canned_bor_notes_loop     => $canned_notes,
615
    canned_bor_notes_loop     => $canned_notes,
616
    debarments                => GetDebarments({ borrowernumber => $borrowernumber }),
616
    debarments                => GetDebarments({ borrowernumber => $borrowernumber }),
617
    todaysdate                => output_pref( { dt => dt_from_string()->set(hour => 23)->set(minute => 59), dateformat => 'sql' } ),
617
    todaysdate                => output_pref( { dt => dt_from_string()->set(hour => 23)->set(minute => 59), dateformat => 'sql' } ),
618
    nopermission              => $query->param('nopermission'),
618
    nopermission              => scalar $query->param('nopermission'),
619
    modifications             => Koha::Borrower::Modifications->GetModifications({ borrowernumber => $borrowernumber }),
619
    modifications             => Koha::Borrower::Modifications->GetModifications({ borrowernumber => $borrowernumber }),
620
);
620
);
621
621
622
- 

Return to bug 16670