mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-27 22:05:19 +00:00
refactor(test): move company setup to bootstrap
This commit is contained in:
@@ -180,5 +180,13 @@
|
||||
"default_currency": "ZAR",
|
||||
"doctype": "Company",
|
||||
"create_chart_of_accounts_based_on": "Standard Template"
|
||||
},
|
||||
{
|
||||
"abbr": "_TOIC",
|
||||
"company_name": "_Test Opening Invoice Company",
|
||||
"country": "Pakistan",
|
||||
"default_currency": "INR",
|
||||
"doctype": "Company",
|
||||
"create_chart_of_accounts_based_on": "Standard Template"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user