The B_email field of a patron is not display on the moremember page (patron view)
Caused by commit 0ab22e1c7c6b6e8d14a4fb7478ab2a3d42da347d Bug 18789: Send Koha::Patron object to the templates
Created attachment 104655 [details] [review] Bug 25452: Restore alternate address email display Broken since commit 0ab22e1c7c6b6e8d14a4fb7478ab2a3d42da347d Bug 18789: Send Koha::Patron object to the templates Test plan: Create or modify a patron, fill the "email" field of the "alternate address" block (B_email) Go to the detail view of the patron => Without this patch the email is not display => With this patch applied you see it!
Created attachment 104665 [details] [review] Bug 25452: Restore alternate address email display Broken since commit 0ab22e1c7c6b6e8d14a4fb7478ab2a3d42da347d Bug 18789: Send Koha::Patron object to the templates Test plan: Create or modify a patron, fill the "email" field of the "alternate address" block (B_email) Go to the detail view of the patron => Without this patch the email is not display => With this patch applied you see it! Signed-off-by: David Nind <david@davidnind.com>
Created attachment 105196 [details] [review] Bug 25452: Restore alternate address email display Broken since commit 0ab22e1c7c6b6e8d14a4fb7478ab2a3d42da347d Bug 18789: Send Koha::Patron object to the templates Test plan: Create or modify a patron, fill the "email" field of the "alternate address" block (B_email) Go to the detail view of the patron => Without this patch the email is not display => With this patch applied you see it! Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> https://bugs.koha-community.org/show_bug.cgi?id=25252
Should be string safe
Nice work everyone! Pushed to master for 20.05
backported to 19.11.x for 19.11.07
Backported to 19.05.x branch for 19.05.12