From b602787129c818a9b7dd34f5e8a45787166312b2 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 Signed-off-by: Lucas Gass --- 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 4d2bc18fe5f..37468a6b222 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/branches.tt @@ -159,6 +159,7 @@
Required
+
Note: Whitespace is not permitted. The use of hyphens, dashes, or other punctuation may cause searching issues.
[% END %]
-- 2.39.5