@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 6 +++--- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt | 2 +- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt | 6 +++--- 6 files changed, 13 insertions(+), 13 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -481,7 +481,7 @@ [% FOREACH foot_loo IN book_foot_loop %] - Total (GST [% foot_loo.tax_rate * 100 | $Price %]) + Total (GST [% foot_loo.tax_rate * 100 %])       @@ -585,7 +585,7 @@ [% books_loo.quantity %] [% books_loo.total_tax_excluded | $Price %] [% books_loo.total_tax_included | $Price %] - [% books_loo.tax_rate * 100 | $Price %] + [% books_loo.tax_rate * 100 %] [% books_loo.tax_value | $Price %] [% books_loo.budget_name %] [% books_loo.suppliers_report %] @@ -698,7 +698,7 @@ [% order.quantity %] [% order.total_tax_excluded | $Price %] [% order.total_tax_included | $Price %] - [% order.tax_rate * 100 | $Price %] + [% order.tax_rate * 100 %] [% order.tax_value | $Price %] [% order.budget_name %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt @@ -179,7 +179,7 @@ [% order.quantity %] [% order.total_tax_excluded | $Price %] [% order.total_tax_included | $Price %] - [% order.tax_rate * 100 | $Price %] + [% order.tax_rate * 100 %] [% order.tax_value | $Price %] [% order.budget_name %] @@ -188,7 +188,7 @@ [% FOR tf IN foot_loop %] - Total (GST [% tf.tax_rate * 100 | $Price %] %) + Total (GST [% tf.tax_rate * 100 %] %) [% tf.quantity %] [% tf.total_tax_excluded | $Price %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt @@ -573,9 +573,9 @@ $(document).ready(function() --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt @@ -335,9 +335,9 @@ --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt @@ -379,7 +379,7 @@ [% FOREACH book_foot IN book_foot_loop %] - Total (GST [% book_foot.tax_rate * 100 | $Price %]%) + Total (GST [% book_foot.tax_rate * 100 %]%) [% book_foot.tax_value | $Price %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/supplier.tt @@ -291,9 +291,9 @@ function delete_contact(ev) { @@ -353,7 +353,7 @@ function delete_contact(ev) {

Discount: [% discount | format("%.1f") %] %

Tax rate: - [% 0 + tax_rate * 100 | format("%.1f") %] %

+ [% 0 + tax_rate * 100 %] %

[% IF deliverytime.defined %]

Delivery time: [% deliverytime %] days

--