From c88ff4616e9f228cfe5444968d643964f01134e6 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 18 Jun 2025 15:23:43 +0000 Subject: [PATCH] Bug 28495: Add hint to branchcode input This patch adds a hint to the library creation form warning the user about what characters are valid in the "Library code" field. To test, apply the patch and go to Administration -> Libraries -> New library. Under the "Library code" input you should see a hint, "Note: Whitespace is not permitted. The use of hyphens, dashes, or other punctuation may cause searching issues." Signed-off-by: Owen Leonard --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt | 1 + 1 file changed, 1 insertion(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt index 4098f59c3d4..e8e42726d02 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -147,6 +147,7 @@
Required
+
Note: Whitespace is not permitted. The use of hyphens, dashes, or other punctuation may cause searching issues.
[% END %]
-- 2.39.5