Hope this only happens for me, but if not, this has blocker potential: To test: - Activate TranslateNotices - Go to any patron record - Internal server errror From Plack logs: Template process failed: undef error - The method translated_language is not covered by tests! at /home/vagrant/kohaclone/C4/Templates.pm line 122.
Confirmed, caused by commit 0ab22e1c7c6b6e8d14a4fb7478ab2a3d42da347d Bug 18789: Send Koha::Patron object to the templates
Created attachment 75459 [details] [review] Bug 20792: (bug 18789 follow-up) Fix patron edit page if TranslateNotices is set translated_language is not a Koha::Patron's method but a simple variable sent to the template.
Created attachment 75460 [details] [review] Bug 20792: (bug 18789 follow-up) Fix patron edit page if TranslateNotices is set translated_language is not a Koha::Patron's method but a simple variable sent to the template. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Trivial obvious fix, skipping QA.
Thank Katrin! Pushed to master for 18.05