From 54027e32ebe3c7883fd74ab2454c73cb565c1002 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 --- .../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 aa9045241a..b55cc730f4 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 @@ -171,7 +171,7 @@ [% END %] [% IF ( av && av.is_integer_only ) || category.is_integer_only %] - + [% ELSE %] [% END %] -- 2.30.2