[Koha-bugs] [Bug 29684] Warning File not found: js/locale_data.js

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jan 10 17:01:50 CET 2022


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

--- Comment #8 from Andrew Nugged <nugged at gmail.com> ---
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.


More information about the Koha-bugs mailing list