From 48470fa3a456967e1e823dd5472135234d35c1f4 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Wed, 10 Jul 2019 00:36:10 +0000 Subject: [PATCH] Bug 23283: cannot view/edit additional attributes in 18.11.x TEST PLAN: 1. setup some additional patron attributes. 2. go to the patron details and add/edit "Additional attributes and identifiers" 3. see that no additional attributes show 4. apply patch 5. go to the patron details and add/edit "Additional attributes and identifiers" 6. additional attributes should show now Signed-off-by: Chris Cormack Signed-off-by: Martin --- koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt index fe33188627..0dfa142a36 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt @@ -1036,7 +1036,7 @@ [% END # IF step_7 %] [% IF ( step_4 ) %] -[% IF ( ExtendedPatronAttributes ) %][% UNLESS ( no_patron_attribute_types ) %] +[% IF ( Koha.Preference('ExtendedPatronAttributes') ) %][% UNLESS ( no_patron_attribute_types ) %]
Additional attributes and identifiers 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 9e72106143..765ef474d9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt @@ -370,7 +370,7 @@ [% END %] [% END %] - [% IF ( EnhancedMessagingPreferences ) %] + [% IF ( Koha.Preference('EnhancedMessagingPreferences') ) %]

Patron messaging preferences

-- 2.11.0