{{ t`Subtotal` }}
-
{{ fyo.format(doc.netTotal, 'Currency') }}
+
{{ printObject.netTotal }}
{{ t`Discount` }}
-
{{ `- ${fyo.format(totalDiscount, 'Currency')}` }}
+
{{ printObject.totalDiscount }}
{{ tax.account }}
-
{{ fyo.format(tax.amount, 'Currency') }}
+
{{ tax.amount }}
{{ t`Discount` }}
-
{{ `- ${fyo.format(totalDiscount, 'Currency')}` }}
+
{{ printObject.totalDiscount }}
{{ t`Grand Total` }}
-
{{ fyo.format(doc.grandTotal, 'Currency') }}
+
{{ printObject.grandTotal }}