From b7f5012f15d7d3e6787b200b1d32d2836d67cbae Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 20 Aug 2024 10:37:19 +0530 Subject: [PATCH] fix: Removed quick entry for Brand (#42822) --- erpnext/setup/doctype/brand/brand.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/erpnext/setup/doctype/brand/brand.json b/erpnext/setup/doctype/brand/brand.json index 80b30b3c0bf..cd4a9490dcf 100644 --- a/erpnext/setup/doctype/brand/brand.json +++ b/erpnext/setup/doctype/brand/brand.json @@ -56,7 +56,7 @@ "idx": 1, "image_field": "image", "links": [], - "modified": "2024-03-27 13:06:42.500721", + "modified": "2024-08-19 17:47:35.753053", "modified_by": "Administrator", "module": "Setup", "name": "Brand", @@ -104,7 +104,6 @@ "role": "Accounts User" } ], - "quick_entry": 1, "show_name_in_global_search": 1, "sort_field": "creation", "sort_order": "ASC",