From 0766c0ea4322433776722d20fe8c9b3605bfed23 Mon Sep 17 00:00:00 2001 From: kavin-114 Date: Mon, 2 Mar 2026 14:05:40 +0530 Subject: [PATCH 1/2] perf: add index on reference_purchase_receipt column (cherry picked from commit 8c94396ad9251db15ab1f792a96192a66b498c0a) # Conflicts: # erpnext/stock/doctype/stock_entry_detail/stock_entry_detail.json --- .../doctype/stock_entry_detail/stock_entry_detail.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 cedf0872873..7d7d0cb7d71 100644 --- a/erpnext/stock/doctype/stock_entry_detail/stock_entry_detail.json +++ b/erpnext/stock/doctype/stock_entry_detail/stock_entry_detail.json @@ -492,7 +492,8 @@ "fieldtype": "Link", "label": "Reference Purchase Receipt", "options": "Purchase Receipt", - "read_only": 1 + "read_only": 1, + "search_index": 1 }, { "fieldname": "project", @@ -616,7 +617,11 @@ "index_web_pages_for_search": 1, "istable": 1, "links": [], +<<<<<<< HEAD "modified": "2025-10-14 15:10:38.373099", +======= + "modified": "2026-03-02 14:05:23.116017", +>>>>>>> 8c94396ad9 (perf: add index on reference_purchase_receipt column) "modified_by": "Administrator", "module": "Stock", "name": "Stock Entry Detail", From 6f164cb1831440955693c98cf506a10fc3e3b298 Mon Sep 17 00:00:00 2001 From: rohitwaghchaure Date: Mon, 2 Mar 2026 21:39:36 +0530 Subject: [PATCH 2/2] chore: fix conflicts --- .../stock/doctype/stock_entry_detail/stock_entry_detail.json | 4 ---- 1 file changed, 4 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 7d7d0cb7d71..5c46d8e58d0 100644 --- a/erpnext/stock/doctype/stock_entry_detail/stock_entry_detail.json +++ b/erpnext/stock/doctype/stock_entry_detail/stock_entry_detail.json @@ -617,11 +617,7 @@ "index_web_pages_for_search": 1, "istable": 1, "links": [], -<<<<<<< HEAD - "modified": "2025-10-14 15:10:38.373099", -======= "modified": "2026-03-02 14:05:23.116017", ->>>>>>> 8c94396ad9 (perf: add index on reference_purchase_receipt column) "modified_by": "Administrator", "module": "Stock", "name": "Stock Entry Detail",