From 2d064ee67aa2eafcb8e415a99530ea0520cdb78d Mon Sep 17 00:00:00 2001 From: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com> Date: Fri, 11 Oct 2019 10:43:38 +0530 Subject: [PATCH] fix: Remove bold property from disable checkbox (#19280) --- erpnext/accounts/doctype/account/account.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/erpnext/accounts/doctype/account/account.json b/erpnext/accounts/doctype/account/account.json index 48df8a190ff..64efc2775a6 100644 --- a/erpnext/accounts/doctype/account/account.json +++ b/erpnext/accounts/doctype/account/account.json @@ -188,7 +188,6 @@ "label": "Include in gross" }, { - "bold": 1, "default": "0", "fieldname": "disabled", "fieldtype": "Check", @@ -197,7 +196,7 @@ ], "icon": "fa fa-money", "idx": 1, - "modified": "2019-08-23 03:40:58.441295", + "modified": "2019-10-10 19:10:02.967554", "modified_by": "Administrator", "module": "Accounts", "name": "Account",