From 3d2a41ead344f06d17ba6266724bdce3f6928c2e Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Mon, 5 Jun 2017 11:20:18 +0000 Subject: [PATCH] Bug 18722: Fund name is not shown in received orders fund subtotals Test plan: 1) Go to acquisition and receive some orders 2) Show the receive summary for invoice --> without patch, the fund name in subtotal is not shown --> with patch the name is shown as expected --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt index 82bca90..3ffe182 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt @@ -365,7 +365,7 @@ [% ELSE %] (Tax exc.) [% END %] - Subtotal for [% funds.$key.budget_name %] + Subtotal for [% key %] [% subtotal_for_funds.$key.ecost | $Price %] [% subtotal_for_funds.$key.unitprice | $Price %]   -- 2.1.4