From 25fcb4bd264b9157dfcd705b987ff450e5a12ba9 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: PA amended: 'are repeatable' -> 'can be repeatable' Signed-off-by: David Nind Signed-off-by: Pedro Amorim --- .../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..2168944793 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 can be repeatable, but cannot be linked to an authorised value category.
  • [% IF attribute_type AND attribute_type.opac_display %] -- 2.39.2