From 8c94396ad9251db15ab1f792a96192a66b498c0a Mon Sep 17 00:00:00 2001 From: kavin-114 Date: Mon, 2 Mar 2026 14:05:40 +0530 Subject: [PATCH] perf: add index on reference_purchase_receipt column --- .../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 fd1212f6fda..eceba634bf3 100644 --- a/erpnext/stock/doctype/stock_entry_detail/stock_entry_detail.json +++ b/erpnext/stock/doctype/stock_entry_detail/stock_entry_detail.json @@ -498,7 +498,8 @@ "fieldtype": "Link", "label": "Reference Purchase Receipt", "options": "Purchase Receipt", - "read_only": 1 + "read_only": 1, + "search_index": 1 }, { "fieldname": "project", @@ -660,7 +661,7 @@ "index_web_pages_for_search": 1, "istable": 1, "links": [], - "modified": "2025-10-16 11:50:50.573443", + "modified": "2026-03-02 14:05:23.116017", "modified_by": "Administrator", "module": "Stock", "name": "Stock Entry Detail",