diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt index 938a283d7b..a7518f86a8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt @@ -124,7 +124,7 @@ - +
@@ -203,7 +203,7 @@ - + diff --git a/members/paycollect.pl b/members/paycollect.pl index d69b406e56..c262869b86 100755 --- a/members/paycollect.pl +++ b/members/paycollect.pl @@ -239,7 +239,7 @@ if ( $total_paid and $total_paid ne '0.00' ) { $total_paid = '0.00'; #TODO not right with pay_individual } -$template->param(%$borrower); +$template->param(borrower_data => $borrower); if ( $input->param('error_over') ) { $template->param( error_over => 1, total_due => scalar $input->param('amountoutstanding') );