mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-26 21:35:19 +00:00
refactor(test): move trial company creation to bootstrap
This commit is contained in:
@@ -188,5 +188,13 @@
|
||||
"default_currency": "INR",
|
||||
"doctype": "Company",
|
||||
"create_chart_of_accounts_based_on": "Standard Template"
|
||||
},
|
||||
{
|
||||
"abbr": "TBC",
|
||||
"company_name": "Trial Balance Company",
|
||||
"country": "India",
|
||||
"default_currency": "INR",
|
||||
"doctype": "Company",
|
||||
"create_chart_of_accounts_based_on": "Standard Template"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user