From bba738f5f4f63432068ce7f19ce553b2e7563208 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 11:37:51 +0530 Subject: [PATCH] perf: index on item code for the Pick List Item doctype (backport #41357) (#41364) * perf: index on item code for the Pick List Item doctype (#41357) (cherry picked from commit 0887161f2afcb76d88edb8d5c568b5c766568f71) # Conflicts: # erpnext/stock/doctype/pick_list_item/pick_list_item.json * chore: fix conflicts --------- Co-authored-by: rohitwaghchaure --- erpnext/stock/doctype/pick_list_item/pick_list_item.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/erpnext/stock/doctype/pick_list_item/pick_list_item.json b/erpnext/stock/doctype/pick_list_item/pick_list_item.json index 962fa9f09de..d33252aa3ff 100644 --- a/erpnext/stock/doctype/pick_list_item/pick_list_item.json +++ b/erpnext/stock/doctype/pick_list_item/pick_list_item.json @@ -132,7 +132,8 @@ "in_list_view": 1, "label": "Item", "options": "Item", - "reqd": 1 + "reqd": 1, + "search_index": 1 }, { "fieldname": "quantity_section", @@ -240,7 +241,7 @@ ], "istable": 1, "links": [], - "modified": "2024-02-04 16:12:16.257951", + "modified": "2024-05-07 15:32:42.905446", "modified_by": "Administrator", "module": "Stock", "name": "Pick List Item", @@ -251,4 +252,4 @@ "sort_order": "DESC", "states": [], "track_changes": 1 -} \ No newline at end of file +}