@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/invoice.tt @@ -188,7 +188,7 @@ [% FOR tf IN foot_loop %] - Total (GST [% tf.tax_rate * 100 | $Price %] %) + Total (GST [% tf.tax_rate * 100 | $Price %] %) [% tf.quantity %] [% tf.total_tax_excluded | $Price %] --