From 64322199df160ed8956324152448ae6fc6a53365 Mon Sep 17 00:00:00 2001 From: marination Date: Fri, 16 Jul 2021 15:20:57 +0530 Subject: [PATCH] fix: Remove Website Item from Item Dashboard - Install breaks on CI, will add later --- erpnext/stock/doctype/item/item.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/erpnext/stock/doctype/item/item.json b/erpnext/stock/doctype/item/item.json index 63243e6b31..50e9f0af27 100644 --- a/erpnext/stock/doctype/item/item.json +++ b/erpnext/stock/doctype/item/item.json @@ -899,13 +899,7 @@ "idx": 2, "image_field": "image", "index_web_pages_for_search": 1, - "links": [ - { - "group": "E-commerce", - "link_doctype": "Website Item", - "link_fieldname": "item_code" - } - ], + "links": [], "max_attachments": 1, "modified": "2021-10-27 21:04:00.324786", "modified_by": "Administrator",