Lines 653-659
$template->param(
Link Here
|
653 |
debt_confirmed => $debt_confirmed, |
653 |
debt_confirmed => $debt_confirmed, |
654 |
SpecifyDueDate => $duedatespec_allow, |
654 |
SpecifyDueDate => $duedatespec_allow, |
655 |
CircAutocompl => C4::Context->preference("CircAutocompl"), |
655 |
CircAutocompl => C4::Context->preference("CircAutocompl"), |
656 |
debarments => GetDebarments({ borrowernumber => $borrowernumber }), |
656 |
debarments => scalar GetDebarments({ borrowernumber => $borrowernumber }), |
657 |
todaysdate => output_pref( { dt => dt_from_string()->set(hour => 23)->set(minute => 59), dateformat => 'sql' } ), |
657 |
todaysdate => output_pref( { dt => dt_from_string()->set(hour => 23)->set(minute => 59), dateformat => 'sql' } ), |
658 |
has_modifications => $has_modifications, |
658 |
has_modifications => $has_modifications, |
659 |
override_high_holds => $override_high_holds, |
659 |
override_high_holds => $override_high_holds, |
660 |
- |
|
|