@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt @@ -136,8 +136,8 @@ Actual cost tax exc. Actual cost tax inc. Qty. - Total tax exc. ([% currency %]) - Total tax inc. ([% currency %]) + Total tax exc. ([% currency.symbol %]) + Total tax inc. ([% currency.symbol %]) GST % GST Fund @@ -190,7 +190,7 @@ [% END %] - Total ([% currency %]) + Total ([% currency.symbol %]) [% total_quantity %] [% total_gste | $Price %] @@ -200,7 +200,7 @@   - Total + Shipment cost ([% currency %]) + Total + Shipment cost ([% currency.symbol %]) [% total_quantity %] --