mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 00:44:45 +00:00
test: Ignore parent company account creation
This commit is contained in:
@@ -8,7 +8,8 @@
|
|||||||
"domain": "Manufacturing",
|
"domain": "Manufacturing",
|
||||||
"chart_of_accounts": "Standard",
|
"chart_of_accounts": "Standard",
|
||||||
"default_holiday_list": "_Test Holiday List",
|
"default_holiday_list": "_Test Holiday List",
|
||||||
"enable_perpetual_inventory": 0
|
"enable_perpetual_inventory": 0,
|
||||||
|
"allow_account_creation_against_child_company": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"abbr": "_TC1",
|
"abbr": "_TC1",
|
||||||
|
|||||||
Reference in New Issue
Block a user