@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt @@ -346,7 +346,11 @@ [% FOREACH key IN subtotal_for_funds.keys.sort %] - (Tax exc.) + [% IF invoiceincgst %] + (Tax inc.) + [% ELSE %] + (Tax exc.) + [% END %] Subtotal for [% funds.$key.budget_name %] [% subtotal_for_funds.$key.ecost | $Price %] [% subtotal_for_funds.$key.unitprice | $Price %] --