fix: Added field disabled instead of enabled in cost center (#19065)
diff --git a/erpnext/accounts/doctype/cost_center/cost_center.json b/erpnext/accounts/doctype/cost_center/cost_center.json
index ff55c21..5149be2 100644
--- a/erpnext/accounts/doctype/cost_center/cost_center.json
+++ b/erpnext/accounts/doctype/cost_center/cost_center.json
@@ -2,7 +2,6 @@
"allow_copy": 1,
"allow_import": 1,
"allow_rename": 1,
- "autoname": "field:cost_center_name",
"creation": "2013-01-23 19:57:17",
"description": "Track separate Income and Expense for product verticals or divisions.",
"doctype": "DocType",
@@ -16,7 +15,7 @@
"company",
"cb0",
"is_group",
- "enabled",
+ "disabled",
"lft",
"rgt",
"old_parent"
@@ -117,15 +116,15 @@
},
{
"default": "0",
- "fieldname": "enabled",
+ "fieldname": "disabled",
"fieldtype": "Check",
- "label": "Enabled"
+ "label": "Disabled"
}
],
"icon": "fa fa-money",
"idx": 1,
- "modified": "2019-08-22 15:05:05.559862",
- "modified_by": "sammish.thundiyil@gmail.com",
+ "modified": "2019-09-16 14:44:17.103548",
+ "modified_by": "Administrator",
"module": "Accounts",
"name": "Cost Center",
"owner": "Administrator",
@@ -168,4 +167,4 @@
"show_name_in_global_search": 1,
"sort_field": "modified",
"sort_order": "ASC"
-}
+}
\ No newline at end of file