Lines 673-679
$template->param(
Link Here
|
673 |
todaysdate => output_pref( { dt => dt_from_string()->set(hour => 23)->set(minute => 59), dateformat => 'sql' } ), |
673 |
todaysdate => output_pref( { dt => dt_from_string()->set(hour => 23)->set(minute => 59), dateformat => 'sql' } ), |
674 |
modifications => Koha::Patron::Modifications->GetModifications({ borrowernumber => $borrowernumber }), |
674 |
modifications => Koha::Patron::Modifications->GetModifications({ borrowernumber => $borrowernumber }), |
675 |
override_high_holds => $override_high_holds, |
675 |
override_high_holds => $override_high_holds, |
676 |
nopermission => $query->param('nopermission'), |
676 |
nopermission => scalar $query->param('nopermission'), |
677 |
); |
677 |
); |
678 |
|
678 |
|
679 |
output_html_with_http_headers $query, $cookie, $template->output; |
679 |
output_html_with_http_headers $query, $cookie, $template->output; |
680 |
- |
|
|