Lines 324-330
$template->param(
Link Here
|
324 |
borrowernumber => $borrowernumber, |
324 |
borrowernumber => $borrowernumber, |
325 |
othernames => $data->{'othernames'}, |
325 |
othernames => $data->{'othernames'}, |
326 |
categoryname => $data->{'description'}, |
326 |
categoryname => $data->{'description'}, |
327 |
was_renewed => scalar $input->param('was_renewed') ? 1 : 0, |
327 |
primary_contact_method => $data->{'primary_contact_method'}, |
|
|
328 |
was_renewed => $input->param('was_renewed') ? 1 : 0, |
328 |
branch => $branch, |
329 |
branch => $branch, |
329 |
todaysdate => output_pref({ dt => dt_from_string, dateformat => 'iso', dateonly => 1 }), |
330 |
todaysdate => output_pref({ dt => dt_from_string, dateformat => 'iso', dateonly => 1 }), |
330 |
totalprice => sprintf("%.2f", $totalprice), |
331 |
totalprice => sprintf("%.2f", $totalprice), |
331 |
- |
|
|