fix: Added field disabled instead of enabled in cost center (#19065)

This commit is contained in:
Nabin Hait 2019-09-16 19:44:37 +05:30 committed by GitHub
parent bac4b93639
commit b50b5095ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,6 @@
"allow_copy": 1, "allow_copy": 1,
"allow_import": 1, "allow_import": 1,
"allow_rename": 1, "allow_rename": 1,
"autoname": "field:cost_center_name",
"creation": "2013-01-23 19:57:17", "creation": "2013-01-23 19:57:17",
"description": "Track separate Income and Expense for product verticals or divisions.", "description": "Track separate Income and Expense for product verticals or divisions.",
"doctype": "DocType", "doctype": "DocType",
@ -16,7 +15,7 @@
"company", "company",
"cb0", "cb0",
"is_group", "is_group",
"enabled", "disabled",
"lft", "lft",
"rgt", "rgt",
"old_parent" "old_parent"
@ -117,15 +116,15 @@
}, },
{ {
"default": "0", "default": "0",
"fieldname": "enabled", "fieldname": "disabled",
"fieldtype": "Check", "fieldtype": "Check",
"label": "Enabled" "label": "Disabled"
} }
], ],
"icon": "fa fa-money", "icon": "fa fa-money",
"idx": 1, "idx": 1,
"modified": "2019-08-22 15:05:05.559862", "modified": "2019-09-16 14:44:17.103548",
"modified_by": "sammish.thundiyil@gmail.com", "modified_by": "Administrator",
"module": "Accounts", "module": "Accounts",
"name": "Cost Center", "name": "Cost Center",
"owner": "Administrator", "owner": "Administrator",