Update 1.html
This commit is contained in:
parent
79c81f12c0
commit
16730f1520
2
1.html
2
1.html
@ -413,11 +413,11 @@
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
<div class="totals-section">
|
<div class="totals-section">
|
||||||
|
{{#hasTax}}
|
||||||
<div class="total-row subtotal">
|
<div class="total-row subtotal">
|
||||||
<span>Subtotal</span>
|
<span>Subtotal</span>
|
||||||
<span>{{subtotal}}</span>
|
<span>{{subtotal}}</span>
|
||||||
</div>
|
</div>
|
||||||
{{#hasTax}}
|
|
||||||
<div class="total-row">
|
<div class="total-row">
|
||||||
<span>Tax {{#taxRate}}({{taxRate}}%){{/taxRate}}</span>
|
<span>Tax {{#taxRate}}({{taxRate}}%){{/taxRate}}</span>
|
||||||
<span>{{taxAmount}}</span>
|
<span>{{taxAmount}}</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user