Lines 400-406
Link Here
|
400 |
<tr> |
400 |
<tr> |
401 |
<th colspan="2">Total (GST [% tf.tax_rate * 100 | html %] %)</th> |
401 |
<th colspan="2">Total (GST [% tf.tax_rate * 100 | html %] %)</th> |
402 |
[% IF has_invoice_unitprice %] |
402 |
[% IF has_invoice_unitprice %] |
403 |
<th></th> |
403 |
<th class="total_invoice_currencies"> |
|
|
404 |
[% FOREACH total IN tf.invoice_currencies %] |
405 |
<span id="total_[% total.key | html %]">[% total.value | $Price %] [% total.key | html %]</span> |
406 |
[% END %] |
407 |
</th> |
404 |
[% END %] |
408 |
[% END %] |
405 |
<th class="tax_excluded"></th> |
409 |
<th class="tax_excluded"></th> |
406 |
<th class="tax_included"></th> |
410 |
<th class="tax_included"></th> |
407 |
- |
|
|