From 6a2ef935ac63c67a4b31d8c3eb9bcb8d974d844e 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 Signed-off-by: Michael Cabus Signed-off-by: Jonathan Druart --- 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 ce4e52f736..a894cf4eb4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt @@ -370,7 +370,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.11.0