Skip to content

Commit

Permalink
perf: index on item code for the Pick List Item doctype (backport #41357
Browse files Browse the repository at this point in the history
) (#41364)

* perf: index on item code for the Pick List Item doctype (#41357)

(cherry picked from commit 0887161)

# Conflicts:
#	erpnext/stock/doctype/pick_list_item/pick_list_item.json

* chore: fix conflicts

---------

Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
  • Loading branch information
mergify[bot] and rohitwaghchaure committed May 8, 2024
1 parent 913cea0 commit bba738f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions erpnext/stock/doctype/pick_list_item/pick_list_item.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@
"in_list_view": 1,
"label": "Item",
"options": "Item",
"reqd": 1
"reqd": 1,
"search_index": 1
},
{
"fieldname": "quantity_section",
Expand Down Expand Up @@ -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",
Expand All @@ -251,4 +252,4 @@
"sort_order": "DESC",
"states": [],
"track_changes": 1
}
}

0 comments on commit bba738f

Please sign in to comment.