mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 03:01:22 +00:00
fix: Change name to Allow Account Creation against Child Company in company master
This commit is contained in:
@@ -1466,7 +1466,7 @@
|
||||
"columns": 0,
|
||||
"depends_on": "eval:doc.parent_company",
|
||||
"fetch_if_empty": 0,
|
||||
"fieldname": "ignore_root_company_validation",
|
||||
"fieldname": "allow_account_creation_against_child_company",
|
||||
"fieldtype": "Check",
|
||||
"hidden": 0,
|
||||
"ignore_user_permissions": 0,
|
||||
@@ -1475,7 +1475,7 @@
|
||||
"in_global_search": 0,
|
||||
"in_list_view": 0,
|
||||
"in_standard_filter": 0,
|
||||
"label": "Ignore Root Company Validation",
|
||||
"label": "Allow Account Creation Against Child Company",
|
||||
"length": 0,
|
||||
"no_copy": 0,
|
||||
"permlevel": 0,
|
||||
@@ -3093,7 +3093,7 @@
|
||||
"istable": 0,
|
||||
"max_attachments": 0,
|
||||
"menu_index": 0,
|
||||
"modified": "2019-03-25 22:13:08.721452",
|
||||
"modified": "2019-03-26 17:15:50.390548",
|
||||
"modified_by": "Administrator",
|
||||
"module": "Setup",
|
||||
"name": "Company",
|
||||
|
||||
Reference in New Issue
Block a user