From 83694fd18003e59d238c28aa4088fd5dace67484 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Mon, 20 Jul 2015 13:26:22 +0530 Subject: [PATCH] [minor] removed is_group from search fields of Account --- erpnext/accounts/doctype/account/account.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/accounts/doctype/account/account.json b/erpnext/accounts/doctype/account/account.json index 8146c63638..e60d9abe15 100644 --- a/erpnext/accounts/doctype/account/account.json +++ b/erpnext/accounts/doctype/account/account.json @@ -173,7 +173,7 @@ "icon": "icon-money", "idx": 1, "in_create": 0, - "modified": "2015-06-14 20:57:55.471334", + "modified": "2015-07-20 03:54:14.297995", "modified_by": "Administrator", "module": "Accounts", "name": "Account", @@ -257,5 +257,5 @@ "write": 1 } ], - "search_fields": "is_group" + "search_fields": "" } \ No newline at end of file