diff --git a/1.html b/1.html index cbaf3b7..c1b4906 100644 --- a/1.html +++ b/1.html @@ -413,18 +413,22 @@
- {{#subtotal}}
Subtotal {{subtotal}}
- {{/subtotal}} - {{#tax}} + {{#hasTax}}
- Tax - {{tax}} + Tax {{#taxRate}}({{taxRate}}%){{/taxRate}} + {{taxAmount}}
- {{/tax}} + {{/hasTax}} + {{#hasDiscount}} +
+ Discount {{#discountPercentage}}({{discountPercentage}}%){{/discountPercentage}} + -{{discountAmount}} +
+ {{/hasDiscount}}
Total {{total}} {{currency}}