From 9633aa0f68ed9c6b6962e14be03b74d244cd80e1 Mon Sep 17 00:00:00 2001 From: phette23 Date: Wed, 5 Mar 2025 15:51:51 -0800 Subject: [PATCH] Bug 39246: Patron category charge limit inputs should be larger To test: - From /cgi-bin/koha/admin/categories.pl open a patron category to editing - Note the short length of the three consecutive 'charge limit' inputs - Apply patch - Edit a patron category; there is no space to put in a limit like 100.00 Sponsored-By: California College of the Arts Signed-off-by: Magnus Enger Signed-off-by: Lisette Scheer --- .../prog/en/modules/admin/categories.tt | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 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 56d2dbf7312..7296adff780 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/categories.tt @@ -485,22 +485,13 @@
  • - + [%- SET pref_noissuescharge_link = 'noissuescharge' -%]
    If set, this will override the global value set in the [%- pref_noissuescharge_link | $raw | $KohaSpan -%] preference.
  • - + [%- SET pref_NoIssuesChargeGuarantees_link = 'NoIssuesChargeGuarantees' -%]
    If set, this will override the global value set in the [%- pref_NoIssuesChargeGuarantees_link | $raw | $KohaSpan -%] preference.
  • @@ -512,9 +503,8 @@ name="noissueschargeguarantorswithguarantees" id="noissueschargeguarantorswithguarantees" value="[% category.noissueschargeguarantorswithguarantees | $Price on_editing => 1 %]" - class="decimal" - size="3" - maxlength="4" + size="5" + maxlength="8" /> [%- SET pref_NoIssuesChargeGuarantorsWithGuarantees_link = 'NoIssuesChargeGuarantees' -%]
    If set, this will override the global value set in the [%- pref_NoIssuesChargeGuarantorsWithGuarantees_link | $raw | $KohaSpan -%] preference.
    -- 2.39.5