refactor(test): move company setup to bootstrap

This commit is contained in:
ruthra kumar
2026-03-20 12:02:02 +05:30
parent 342ce65401
commit 9ed072ac83
2 changed files with 8 additions and 18 deletions

View File

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