From 80ea22b56c75e072b3a9c855441736a3cabbe3f1 Mon Sep 17 00:00:00 2001 From: Rohit Waghchaure Date: Tue, 9 May 2023 12:42:17 +0530 Subject: [PATCH] fix: added search index to improve performance --- .../stock/doctype/stock_entry_detail/stock_entry_detail.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/erpnext/stock/doctype/stock_entry_detail/stock_entry_detail.json b/erpnext/stock/doctype/stock_entry_detail/stock_entry_detail.json index fe81a87558..6b1a8efc99 100644 --- a/erpnext/stock/doctype/stock_entry_detail/stock_entry_detail.json +++ b/erpnext/stock/doctype/stock_entry_detail/stock_entry_detail.json @@ -395,7 +395,8 @@ "no_copy": 1, "options": "Material Request", "print_hide": 1, - "read_only": 1 + "read_only": 1, + "search_index": 1 }, { "fieldname": "material_request_item", @@ -571,7 +572,7 @@ "index_web_pages_for_search": 1, "istable": 1, "links": [], - "modified": "2023-01-03 14:51:16.575515", + "modified": "2023-05-09 12:41:18.210864", "modified_by": "Administrator", "module": "Stock", "name": "Stock Entry Detail",