Typo in member-main-address-style.inc : patron.streetype > patron.streettype Generates error : Template process failed: undef error - The method Koha::Patron->streetype is not covered by tests!
Created attachment 106156 [details] [review] Bug 25839: Fix typo patron.streetype in member-main-address-style.inc Typo in member-main-address-style.inc : patron.streetype > patron.streettype Generates error : Template process failed: undef error - The method Koha::Patron->streetype is not covered by tests! Test plan : try create a new patron
Created attachment 106165 [details] [review] Bug 25839: Fix typo patron.streetype in member-main-address-style.inc Typo in member-main-address-style.inc : patron.streetype > patron.streettype Generates error : Template process failed: undef error - The method Koha::Patron->streetype is not covered by tests! Test plan : try create a new patron Signed-off-by: Owen Leonard <oleonard@myacpl.org>
I couldn't reproduce the error in my tests, but the fix look correct so I signed off.
Created attachment 106169 [details] [review] Bug 25839: Fix typo patron.streetype in member-main-address-style.inc Typo in member-main-address-style.inc : patron.streetype > patron.streettype Generates error : Template process failed: undef error - The method Koha::Patron->streetype is not covered by tests! Test plan : try create a new patron Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Pushed to master for 20.11, thanks to everybody involved!
backported to 20.05.x for 20.05.01
missing dependencies, not backported to 19.11.x