mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
[fix] [cleanup] fixes while testing and code cleanup
This commit is contained in:
@@ -6,11 +6,13 @@ test_records = [
|
||||
"company_name": "_Test Company",
|
||||
"abbr": "_TC",
|
||||
"default_currency": "INR",
|
||||
"domain": "Manufacturing"
|
||||
}],
|
||||
[{
|
||||
"doctype": "Company",
|
||||
"company_name": "_Test Company 1",
|
||||
"abbr": "_TC1",
|
||||
"default_currency": "USD",
|
||||
"domain": "Retail"
|
||||
}],
|
||||
]
|
||||
Reference in New Issue
Block a user