|
Lines 121-127
$template->param(
Link Here
|
| 121 |
finesview => 1, |
121 |
finesview => 1, |
| 122 |
total => sprintf("%.2f",$total), |
122 |
total => sprintf("%.2f",$total), |
| 123 |
totalcredit => $totalcredit, |
123 |
totalcredit => $totalcredit, |
| 124 |
is_child => ($category->category_type eq 'C'), |
|
|
| 125 |
accounts => \@accountrows ); |
124 |
accounts => \@accountrows ); |
| 126 |
|
125 |
|
| 127 |
output_html_with_http_headers $input, $cookie, $template->output; |
126 |
output_html_with_http_headers $input, $cookie, $template->output; |