@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt @@ -249,7 +249,7 @@ [% ELSE %] (Tax exc.) [% END %] - Subtotal for [% key | html %] + Subtotal for [% key | html %] [% subtotal_for_funds.$key.ecost | $Price | html %] [% subtotal_for_funds.$key.unitprice | $Price | html %]   @@ -257,19 +257,19 @@ [% END %] - Total tax exc. + Total tax exc. [% total_tax_excluded | $Price | html %] [% FOREACH book_foot IN book_foot_loop %] - Total (GST [% book_foot.tax_rate * 100 | html %]%) + Total (GST [% book_foot.tax_rate * 100 | html %]%) [% book_foot.tax_value | $Price | html %] [% END %] - Total tax inc. + Total tax inc. [% total_tax_included | $Price | html %] @@ -516,6 +516,7 @@ null, null, null, + null, null ], "sPaginationType": "four_button" --