From 981c9c76c1b8b3916eea1f3809290b5958a0a3b5 Mon Sep 17 00:00:00 2001 From: Afsal Syed Date: Tue, 16 Dec 2025 13:03:31 +0530 Subject: [PATCH] fix: add link filters for item group in quickentry (cherry picked from commit 3bef6bf5efbb11fc2c660dcd5f28cdd7d5482b52) --- erpnext/stock/doctype/item/item.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/erpnext/stock/doctype/item/item.json b/erpnext/stock/doctype/item/item.json index 1b9ddd13f2c..ecd11a4fcd6 100644 --- a/erpnext/stock/doctype/item/item.json +++ b/erpnext/stock/doctype/item/item.json @@ -167,6 +167,7 @@ "in_preview": 1, "in_standard_filter": 1, "label": "Item Group", + "link_filters": "[[\"Item Group\",\"is_group\",\"=\",0]]", "oldfieldname": "item_group", "oldfieldtype": "Link", "options": "Item Group", @@ -894,7 +895,7 @@ "image_field": "image", "links": [], "make_attachments_public": 1, - "modified": "2025-12-04 09:11:56.029567", + "modified": "2025-12-15 20:08:35.634046", "modified_by": "Administrator", "module": "Stock", "name": "Item",