From 576354de93e507588e77d76808a10172a3e91d77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20V=C3=A9ron?= Date: Thu, 17 Mar 2016 17:10:54 +0100 Subject: [PATCH] Bug 16089: (Follow up) Display currency symbol properly This patch fixes the display of the currency symbol on invoice.tt See comment #5 --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt index 3c0991e..59e20f9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt +++ b/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 %] -- 1.7.10.4