From 370713e14e451f37551b086e988471de3fc8a30c Mon Sep 17 00:00:00 2001 From: Katrin Fischer 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 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 %] - + [% ELSE %] - + [% END %] [% FOREACH budget_loo IN budget_period.funds %] [% level_indent_cnt = 0 %] -- 2.30.2