From dec7b5065aff2ae92c18e7078e57819bbdf4252a Mon Sep 17 00:00:00 2001 From: Janet McGowan Date: Wed, 3 Sep 2014 16:05:58 +0000 Subject: [PATCH] [PASSED QA] Bug 12866: Fixes Display of Email in Alternate Address MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Incorrect display of Email Address in Alternate Address Patron Details Without patch, mail from primary address is displayed in Alternate address With patch, correct mail address is displayed Signed-off-by: Marc VĂ©ron Signed-off-by: Katrin Fischer Works as described, no problems found. --- 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 cf4cd8c..8b3fbdd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt @@ -365,7 +365,7 @@ function validate1(date) {
  • Zip/Postal code: [% B_zipcode %]
  • [% IF ( B_country ) %]
  • Country: [% B_country %]
  • [% END %] [% IF ( B_phone ) %]
  • Phone: [% B_phone %]
  • [% END %] - [% IF ( B_email ) %]
  • Email: [% email %]
  • [% END %] + [% IF ( B_email ) %]
  • Email: [% B_email %]
  • [% END %] [% IF ( contactnote ) %]
  • Contact note: [% contactnote %]
  • [% END %] -- 1.9.1