From 276a0cacdab88feb8908c5d070159434d9afd16c Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Thu, 19 Dec 2024 10:42:28 +0100 Subject: [PATCH] Bug 38713: member-display-alt-address-style.inc Signed-off-by: Phil Ringnalda Signed-off-by: Lucas Gass --- .../prog/en/includes/member-display-alt-address-style.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/member-display-alt-address-style.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/member-display-alt-address-style.inc index dfcb6074247..0e9bb0d154a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/member-display-alt-address-style.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/member-display-alt-address-style.inc @@ -43,7 +43,7 @@ [% END %] [% IF ( patron.B_city || patron.B_state || patron.B_country || patron.B_zipcode ) %]
  • - [%IF ( patron.B_zipcode ) %][% patron.B_zipcode | html %] [% END %][% patron.B_city | html %][% IF ( patron.B_state ) %]
    [% patron.B_state | html %][% END %] + [%IF ( patron.B_zipcode ) %][% patron.B_zipcode | html %] [% END %][% patron.B_city | html %][% IF ( patron.B_state ) %]
    [% patron.B_state | html %][% END %] [% IF ( patron.B_country ) %]
    [% patron.B_country | html %][% END %]
  • [% END %] @@ -69,7 +69,7 @@
  • [%IF ( patron.B_zipcode ) %][% patron.B_zipcode | html %] [% END %] [% patron.B_city | html %] - [% IF ( patron.B_state ) %]
    [% patron.B_state | html %][% END %] + [% IF ( patron.B_state ) %]
    [% patron.B_state | html %][% END %] [% IF ( patron.B_country ) %]
    [% patron.B_country | html %][% END %]
  • [% END %] -- 2.34.1