From e42359b1f53937afc2f14b6d35b7b2758fcb0a9d Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 11 May 2020 10:58:15 +0200 Subject: [PATCH] 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 Signed-off-by: Katrin Fischer Signed-off-by: Martin Renvoize (cherry picked from commit 635242a69a5ed049801d018a6be712d8dcbabb07) Signed-off-by: Aleisha Amohia --- koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt index 2a2b0a1e77..7c3501c445 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt @@ -596,7 +596,7 @@ [% IF ( patron.B_email ) %] [% END %] -- 2.20.1