mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 21:19:19 +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
@@ -95,8 +95,10 @@ def set_vat_accounts():
|
|||||||
fields=["name"],
|
fields=["name"],
|
||||||
filters = {
|
filters = {
|
||||||
"company": "_Test Company UAE VAT",
|
"company": "_Test Company UAE VAT",
|
||||||
"is_group":0,
|
"is_group": 0,
|
||||||
"account_type": "Tax"})
|
"account_type": "Tax"
|
||||||
|
}
|
||||||
|
)
|
||||||
|
|
||||||
uae_vat_accounts = []
|
uae_vat_accounts = []
|
||||||
for d in vat_accounts:
|
for d in vat_accounts:
|
||||||
|
|||||||
Reference in New Issue
Block a user