From 65949d06e3914aa8a00bf41c870182399544d58e Mon Sep 17 00:00:00 2001 From: David Nind Date: Fri, 31 May 2024 21:19:57 +0000 Subject: [PATCH] Bug 36922: Patron attributes - update hint text for "Is a date" The date field for patron attributes is now repeatable (enhancement made in Koha 24.05 with bug 32610). This updates the hint text to reflect the change. Test plan: 1. Go to add a patron attribute (Administration > Patrons and circulation > Patron attribute types > + New patron attribute type ) 2. Note that the hint for the "Is a date" field says "...Date attributes cannot be repeatable or linked to an authorised value category.". 3. Apply the patch. 4. Reload the page. 5. Note that the hint now says "...Date attributes are repeatable, but cannot be linked to an authorised value category." 6. Sign off D: Signed-off-by: David Nind --- .../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 6c87a2fe0c..9b3192aebe 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 @@ -154,7 +154,7 @@ [% ELSE %] [% END %] - If checked, attribute will be a date. Date attributes cannot be repeatable or linked to an authorised value category. + If checked, the attribute will be a date. Date attributes are repeatable, but cannot be linked to an authorised value category.
  • [% IF attribute_type AND attribute_type.opac_display %] -- 2.39.2