From 7726f3e0649dd05c1b2c4b79708f80ab73fa3c6e 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 | 2 +- 1 file changed, 1 insertion(+), 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 f4f349282f..2a3b47ef17 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html_helpers.inc @@ -171,7 +171,7 @@ [% ELSIF ( mv.type == 'datetime_field' ) %] [% ELSIF ( mv.type == 'replacementprice' ) %] - + [% END %] [% IF subfield.kohafield == 'items.more_subfields_xml' %] -- 2.39.5