From c1e57a6a4489eb1ba45e44a5d872fa4c9c5b5963 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 15 Sep 2025 15:27:27 +0200 Subject: [PATCH] Bug 40743: Fix description of inactive budget Without this patch it's always "{budget_description} (Inactive)" Signed-off-by: Aleisha Amohia Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 caf9ba9547b..8cb5d28e09f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt @@ -290,7 +290,7 @@ [% SET optgroup_label = budget_period.description %] [% IF !budget_period.active %] [% SET optgroup_class = "inactive_budget" %] - [% SET optgroup_label = t("{budget_description} (Inactive)", {budget_description = budget_period.description}) %] + [% SET optgroup_label = tx("{budget_description} (Inactive)", {budget_description = budget_period.description}) %] [% END %] -- 2.34.1