10 Jan
2022
10 Jan
'22
4:01 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29684 --- Comment #8 from Andrew Nugged <nugged@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.