From 370713e14e451f37551b086e988471de3fc8a30c Mon Sep 17 00:00:00 2001
From: Katrin Fischer <katrin.fischer.83@web.de>
Date: Mon, 17 Oct 2022 19:24:32 +0000
Subject: [PATCH] Bug 31459: (QA follow-up) Add missing TT filters

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

https://bugs.koha-community.org/show_bug.cgi?id=31559
---
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt
index fe8c2a4a98..4e0450f720 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt
@@ -305,9 +305,9 @@
             [% FOREACH budget_period_id IN budget_loops.keys %]
                 [% SET budget_period = budget_loops.$budget_period_id %]
                 [% IF budget_period.active %]
-                    <optgroup label="[% budget_period.description %]">
+                    <optgroup label="[% budget_period.description | html %]">
                 [% ELSE %]
-                    <optgroup class="inactive_budget" label="[% budget_period.description %] (Inactive)">
+                    <optgroup class="inactive_budget" label="[% budget_period.description | html %] (Inactive)">
                 [% END %]
                 [% FOREACH budget_loo IN budget_period.funds %]
                    [% level_indent_cnt = 0 %]
-- 
2.30.2