https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29684

--- Comment #8 from Andrew Nugged <[email protected]> ---
Great note from Katrin,
I agree that the best solution is to replace:

in members/paycollect.pl:
    $template->param(%$borrower);
with something like:
    $template->param(borrower_data => $borrower);

and in members/memberentry.pl:
    $template->param(%data);
with something like:
    $template->param(borrower_data => \%data );

and then we need to update .tt files accordingly with all keys which were used
from those %data/%$borrower directly-mapped ones.

Jonathan, I can toss this to Petro to do again, and Tomás can SO and you QA
then...?

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to