From 06c3839abc0178a6459010653bb0f6e70c03a130 Mon Sep 17 00:00:00 2001 From: Rohit Waghchaure Date: Wed, 6 Aug 2025 16:41:39 +0530 Subject: [PATCH] fix: timeout while submitting purchase receipt (cherry picked from commit c433943c466f91486aba333947c05be3ccd1795c) # Conflicts: # erpnext/stock/doctype/purchase_receipt/purchase_receipt.json --- .../stock/doctype/purchase_receipt/purchase_receipt.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/erpnext/stock/doctype/purchase_receipt/purchase_receipt.json b/erpnext/stock/doctype/purchase_receipt/purchase_receipt.json index fabeb74462f..5e6f4287554 100755 --- a/erpnext/stock/doctype/purchase_receipt/purchase_receipt.json +++ b/erpnext/stock/doctype/purchase_receipt/purchase_receipt.json @@ -1077,7 +1077,8 @@ "no_copy": 1, "options": "Delivery Note", "print_hide": 1, - "read_only": 1 + "read_only": 1, + "search_index": 1 }, { "fieldname": "scan_barcode", @@ -1242,7 +1243,11 @@ "idx": 261, "is_submittable": 1, "links": [], +<<<<<<< HEAD "modified": "2024-11-13 16:55:14.129055", +======= + "modified": "2025-08-06 16:41:02.690658", +>>>>>>> c433943c46 (fix: timeout while submitting purchase receipt) "modified_by": "Administrator", "module": "Stock", "name": "Purchase Receipt",