refactor(UAE VAT 201): Update erpnext/regional/report/uae_vat_201/test_uae_vat_201.py

Co-authored-by: Shivam Mishra <scmmishra@users.noreply.github.com>
This commit is contained in:
Mohammad Hasnain Mohsin Rajan 2020-11-02 10:28:14 +05:30 committed by GitHub
parent f116fbf84d
commit be7a4c8b0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,8 +95,10 @@ def set_vat_accounts():
fields=["name"],
filters = {
"company": "_Test Company UAE VAT",
"is_group":0,
"account_type": "Tax"})
"is_group": 0,
"account_type": "Tax"
}
)
uae_vat_accounts = []
for d in vat_accounts: