mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-18 20:49:19 +00:00
refactor(test): make uae vat 201 deterministic
This commit is contained in:
@@ -985,6 +985,15 @@ class ERPNextTestSuite(unittest.TestCase):
|
||||
"doctype": "Company",
|
||||
"chart_of_accounts": "Standard",
|
||||
},
|
||||
{
|
||||
"abbr": "_TCUV",
|
||||
"company_name": "_Test Company UAE VAT",
|
||||
"country": "United Arab Emirates",
|
||||
"default_currency": "AED",
|
||||
"doctype": "Company",
|
||||
"domain": "Manufacturing",
|
||||
"create_chart_of_accounts_based_on": "Standard Template",
|
||||
},
|
||||
]
|
||||
cls.companies = []
|
||||
for x in records:
|
||||
|
||||
Reference in New Issue
Block a user