mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 21:59:13 +00:00
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:
committed by
GitHub
parent
f116fbf84d
commit
be7a4c8b0a
@@ -96,7 +96,9 @@ def set_vat_accounts():
|
||||
filters = {
|
||||
"company": "_Test Company UAE VAT",
|
||||
"is_group": 0,
|
||||
"account_type": "Tax"})
|
||||
"account_type": "Tax"
|
||||
}
|
||||
)
|
||||
|
||||
uae_vat_accounts = []
|
||||
for d in vat_accounts:
|
||||
|
||||
Reference in New Issue
Block a user