refactor(test): SLA move company creation to bootstrap

This commit is contained in:
ruthra kumar
2026-03-23 15:37:08 +05:30
parent 426b7db3c8
commit 77f41e120d
3 changed files with 21 additions and 32 deletions

View File

@@ -196,5 +196,15 @@
"default_currency": "INR",
"doctype": "Company",
"create_chart_of_accounts_based_on": "Standard Template"
},
{
"abbr": "_TSS",
"company_name": "_Test Support SLA",
"country": "India",
"default_currency": "INR",
"doctype": "Company",
"chart_of_accounts": "Standard",
"create_chart_of_accounts_based_on": "Standard Template"
}
]