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:
parent
f116fbf84d
commit
be7a4c8b0a
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user