From 79c81f12c076d3e2547675c5c8bf44b28ec74254 Mon Sep 17 00:00:00 2001 From: jagrit007 Date: Sat, 11 Oct 2025 19:49:45 +0000 Subject: [PATCH] Update 1.html --- 1.html | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) 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}}