From 83528c6f4f1b24f7b9adaa90ae15b9ff35118a61 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 15 May 2024 09:40:24 +0100 Subject: [PATCH] Bug 36620: (QA follow-up) Add missing filters Signed-off-by: Katrin Fischer (cherry picked from commit 93bcf5a844d1e12addd70f5a3d5d2ab6430127d8) Signed-off-by: Fridolin Somers --- .../intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt index ec57233d5b..741f0b48ce 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt @@ -568,7 +568,7 @@ [% ELSE %] [% IF quantitysugg %] - (suggested: [% quantitysugg %]) + (suggested: [% quantitysugg | html %]) [% END %] [% END %] [% ELSE %] @@ -577,7 +577,7 @@ [% ELSE %] [% IF quantitysugg %] - (suggested: [% quantitysugg %]) + (suggested: [% quantitysugg | html %]) [% END %] [% END %] [% END %] -- 2.39.5