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 => $query->param('nopermission') || undef, |
619 |
modifications => Koha::Borrower::Modifications->GetModifications({ borrowernumber => $borrowernumber }), |
619 |
modifications => Koha::Borrower::Modifications->GetModifications({ borrowernumber => $borrowernumber }), |
620 |
); |
620 |
); |
621 |
|
621 |
|
622 |
- |
|
|