Lines 426-431
$template->param(
Link Here
|
426 |
categoryname => $data->{'description'}, |
426 |
categoryname => $data->{'description'}, |
427 |
reregistration => $reregistration, |
427 |
reregistration => $reregistration, |
428 |
branch => $branch, |
428 |
branch => $branch, |
|
|
429 |
todaysdate => C4::Dates->today(), |
429 |
totalprice => sprintf("%.2f", $totalprice), |
430 |
totalprice => sprintf("%.2f", $totalprice), |
430 |
totaldue => sprintf("%.2f", $total), |
431 |
totaldue => sprintf("%.2f", $total), |
431 |
totaldue_raw => $total, |
432 |
totaldue_raw => $total, |
432 |
- |
|
|