[enhance] UAE/KSA VAT/Excise implementation (#11923)

This commit is contained in:
rohitwaghchaure
2017-12-12 14:40:52 +05:30
committed by Nabin Hait
parent ea723e59c6
commit 4e17fae63b
25 changed files with 300 additions and 4 deletions

View File

@@ -535,7 +535,7 @@ def get_itemised_tax_breakup_html(doc):
for tax in doc.taxes:
if getattr(tax, "category", None) and tax.category=="Valuation":
continue
if tax.description not in tax_accounts and tax.tax_amount_after_discount_amount:
if tax.description not in tax_accounts:
tax_accounts.append(tax.description)
headers = get_itemised_tax_breakup_header(doc.doctype + " Item", tax_accounts)