From 5a95978e6568099ced7655b2806f72cbd351a2e7 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Mon, 4 Nov 2024 15:25:10 -0100 Subject: [PATCH] Bug 36221: (QA follow-up): Fix incorrect input type on HTML Signed-off-by: Victor Grousset/tuxayo --- Koha/ILL/Backend/shared-includes/form_input_helpers.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha/ILL/Backend/shared-includes/form_input_helpers.inc b/Koha/ILL/Backend/shared-includes/form_input_helpers.inc index e19c8349c3..63b42a3482 100644 --- a/Koha/ILL/Backend/shared-includes/form_input_helpers.inc +++ b/Koha/ILL/Backend/shared-includes/form_input_helpers.inc @@ -2,9 +2,9 @@
  • [% IF opac %] - + [% ELSE %] - + [% END %]
  • [% SET required = 0 %] -- 2.47.0