From b50b5095adb9c9cab634b4e4af8200a4c5e2e9f5 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Mon, 16 Sep 2019 19:44:37 +0530 Subject: [PATCH] fix: Added field disabled instead of enabled in cost center (#19065) --- .../accounts/doctype/cost_center/cost_center.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/erpnext/accounts/doctype/cost_center/cost_center.json b/erpnext/accounts/doctype/cost_center/cost_center.json index ff55c21497..5149be216b 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