From 07b52cfad72ea33366aa7fea70daaa7efc01bc07 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Tue, 23 Jul 2024 15:36:35 +0100 Subject: [PATCH] Bug 28924: (follow-up) Decimal points count as characters The restriction to 3 characters in the new patron category fields was too strict.. the default for $Price on_editing is 0.00 (makes sense right).. and that's 4 Characters so we were failing validation. Signed-off-by: Martin Renvoize --- koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt index 389533b39a..b2151134af 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt @@ -447,17 +447,17 @@
  • - +
    If set, this will override the global value set in the noissuescharge preference
  • - +
    If set, this will override the global value set in the NoIssuesChargeGuarantees preference
  • - +
    If set, this will override the global value set in the NoIssuesChargeGuarantorsWithGuarantees preference
  • -- 2.39.5