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
46265d3fc7
commit
7b771d139c
@ -101,12 +101,11 @@ def set_vat_accounts():
|
||||
)
|
||||
|
||||
uae_vat_accounts = []
|
||||
for d in vat_accounts:
|
||||
uae_vat_accounts.append(
|
||||
{
|
||||
for account in vat_accounts:
|
||||
uae_vat_accounts.append({
|
||||
"doctype": "UAE VAT Account",
|
||||
"account":d.name
|
||||
})
|
||||
"account": account.name
|
||||
})
|
||||
|
||||
frappe.get_doc({
|
||||
"company": "_Test Company UAE VAT",
|
||||
|
Loading…
x
Reference in New Issue
Block a user