From adff202cfaaed03c896ebd87cdce1ff3dffb5d36 Mon Sep 17 00:00:00 2001 From: Emily Lamancusa Date: Thu, 9 May 2024 12:32:35 -0400 Subject: [PATCH] Bug 36775: (QA follow-up) Remove max_length attribute The existing code for "Holds to place (count)" sets the input field's maxlength to remaining_holds_for_record, which does not do what we want and makes the field unusable when the circulation rules allow unlimited holds. Better to remove it. Signed-off-by: Emily Lamancusa --- koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt index f8c42090e5..f3073eec17 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt @@ -667,7 +667,7 @@ [% UNLESS remaining_holds_for_record == 1 %]
  • - +
  • [% ELSE %] -- 2.34.1