@@ -, +, @@ subtotals --> 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(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt +++ a/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 %]   --