Update 1.html

This commit is contained in:
jagrit007 2025-10-11 19:56:09 +00:00
parent 79c81f12c0
commit 16730f1520

2
1.html
View File

@ -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>