refactor(test): move trial company creation to bootstrap

This commit is contained in:
ruthra kumar
2026-03-20 16:38:55 +05:30
parent 31ce09204f
commit 11fb00c21d
2 changed files with 20 additions and 57 deletions

View File

@@ -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"
}
]