From 7a80fd2c88eaaacc823a8538ec5be4b033a96568 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Mon, 5 Feb 2024 09:34:49 +0000 Subject: [PATCH] Bug 28869: (follow-up) Add html restriction for tinyint Content-Type: text/plain; charset=utf-8 Several item fields are signed tinyints, connected to authorised value categories like NOT_LOAN etc. They only accept -128 up to 127. Signed-off-by: Marcel de Rooy Signed-off-by: Victor Grousset/tuxayo --- .../intranet-tmpl/prog/en/modules/admin/authorised_values.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt index 51a95e18b9..fd119895a3 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/authorised_values.tt @@ -172,7 +172,7 @@ [% END %] [% IF ( av && av.is_integer_only ) || category.is_integer_only %] - + [% ELSE %] [% END %] -- 2.30.2