From 3f6ff8e0b7a940132d5be9ea7d0edd696944eea4 Mon Sep 17 00:00:00 2001 From: rohitwaghchaure Date: Thu, 17 Aug 2023 13:48:37 +0530 Subject: [PATCH] perf: enabled indexing for voucher no in SABB (#36688) --- .../serial_and_batch_bundle/serial_and_batch_bundle.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/erpnext/stock/doctype/serial_and_batch_bundle/serial_and_batch_bundle.json b/erpnext/stock/doctype/serial_and_batch_bundle/serial_and_batch_bundle.json index 15bd2f04756..d46b07a3e1d 100644 --- a/erpnext/stock/doctype/serial_and_batch_bundle/serial_and_batch_bundle.json +++ b/erpnext/stock/doctype/serial_and_batch_bundle/serial_and_batch_bundle.json @@ -115,7 +115,8 @@ "fieldtype": "Dynamic Link", "label": "Voucher No", "no_copy": 1, - "options": "voucher_type" + "options": "voucher_type", + "search_index": 1 }, { "default": "0", @@ -229,7 +230,8 @@ "fieldtype": "Data", "label": "Voucher Detail No", "no_copy": 1, - "read_only": 1 + "read_only": 1, + "search_index": 1 }, { "allow_bulk_edit": 1, @@ -248,7 +250,7 @@ "index_web_pages_for_search": 1, "is_submittable": 1, "links": [], - "modified": "2023-07-26 12:56:03.072224", + "modified": "2023-07-28 12:56:03.072224", "modified_by": "Administrator", "module": "Stock", "name": "Serial and Batch Bundle",