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