From 2078756c4e6f130305658cb41291845ed16dd5dd Mon Sep 17 00:00:00 2001 From: Mazen Khallaf Date: Tue, 19 Jan 2021 01:49:43 +0000 Subject: [PATCH] Bug 27210: Typo in patron-attr-types.tt Test Plan: 1. Make sure the ExtendedPatronAttributes syspref is active 2. Go to Administration > Patron attribute types 3. Click New patron attribute type 4. Check the sentence next to the Editable in OPAC checkbox (Should say "Requires above, does not work during self-registration if PatronSelfRegistrationVerifyByEmail if set." - Notice the use of 'if set') 5. Apply Patch 6. Repeat steps 2-4 (Should now say "Requires above, does not work during self-registration if PatronSelfRegistrationVerifyByEmail is set." - Notice the use of 'is set') 7. If it says 'is set', the patch works as expected. Signed-off-by: Sally Signed-off-by: Kyle M Hall --- .../intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt index 74bd19792c..f3890524ac 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/patron-attr-types.tt @@ -117,7 +117,7 @@ [% ELSE %] [% END %] - Check to allow patrons to edit this attribute from their details page in the OPAC. (Requires above, does not work during self-registration if PatronSelfRegistrationVerifyByEmail if set.) + Check to allow patrons to edit this attribute from their details page in the OPAC. (Requires above, does not work during self-registration if PatronSelfRegistrationVerifyByEmail is set.)
  • [% IF attribute_type AND attribute_type.staff_searchable %] -- 2.24.1 (Apple Git-126)