View | Details | Raw Unified | Return to bug 20120
Collapse All | Expand All

(-)a/members/paycollect.pl (-2 / +1 lines)
Lines 183-189 borrower_add_additional_fields($borrower, $template); Link Here
183
$template->param(%$borrower);
183
$template->param(%$borrower);
184
184
185
if ( $input->param('error_over') ) {
185
if ( $input->param('error_over') ) {
186
    $template->param( error_over => 1, total_due => $input->param('amountoutstanding') );
186
    $template->param( error_over => 1, total_due => scalar $input->param('amountoutstanding') );
187
}
187
}
188
188
189
$template->param(
189
$template->param(
190
- 

Return to bug 20120