refactor(test): move company setup to bootstrap

(cherry picked from commit 9ed072ac83)
This commit is contained in:
ruthra kumar
2026-03-20 12:02:02 +05:30
parent 941375877e
commit ee72ed94d5
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"
}
]