Lines 188-194
Link Here
|
188 |
<tfoot> |
188 |
<tfoot> |
189 |
[% FOR tf IN foot_loop %] |
189 |
[% FOR tf IN foot_loop %] |
190 |
<tr> |
190 |
<tr> |
191 |
<th colspan='3'>Total (GST [% tf.tax_rate * 100 | $Price %] %)</th> |
191 |
<th colspan="2">Total (GST [% tf.tax_rate * 100 | $Price %] %)</th> |
192 |
<th class="tax_excluded"/><th class="tax_included"/> |
192 |
<th class="tax_excluded"/><th class="tax_included"/> |
193 |
<th>[% tf.quantity %]</th> |
193 |
<th>[% tf.quantity %]</th> |
194 |
<th class="tax_excluded">[% tf.total_tax_excluded | $Price %]</th> |
194 |
<th class="tax_excluded">[% tf.total_tax_excluded | $Price %]</th> |
195 |
- |
|
|