From 674261d6980550b9466ec57b1caa6cec6bb2ede0 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 30 Jul 2025 18:22:39 +0000 Subject: [PATCH] Bug 40413: Add "Required" label to patron list input This patch adds the "Required" label to the patron list name field in the form for creating a patron list. This makes it consistent with other forms which has required fields. To test, apply the patch and go to Tools -> Patron lists -> New patron list. The "Name" field should have a red label "Required" after it. Sponsored-by: Athens County Public Libraries Signed-off-by: Caroline Cyr La Rose Signed-off-by: Nick Clemens --- .../intranet-tmpl/prog/en/modules/patron_lists/add-modify.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/add-modify.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/add-modify.tt index 61c58ab6ae0..04c9d6b204d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/add-modify.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/add-modify.tt @@ -58,6 +58,7 @@
  • + Required
  • -- 2.39.5