From 1e7b374800f987e1e91fd8a746d5efd27f5e260d Mon Sep 17 00:00:00 2001 From: Leo Stoyanov Date: Mon, 20 Jan 2025 18:42:45 +0000 Subject: [PATCH] Bug 38839: (follow-up) Removed maxLength check for replacementPrice field. --- koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc index d0d1484606e..e1c095c7777 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc @@ -242,7 +242,6 @@ id="[% mv.id | html %]" name="[% kohafield | html %]" value="[% mv.value | html %]" - maxlength="[%- mv.maxlength | html -%]" aria-invalid="false" /> [% END %] -- 2.34.1