Skip to content

Commit

Permalink
Merge pull request #35782 from s-aga-r/SE-PURPOSE-INDEX
Browse files Browse the repository at this point in the history
perf: index `purpose` in `Stock Entry`
  • Loading branch information
s-aga-r committed Jun 19, 2023
2 parents 9d27a25 + 4f941ac commit b26d70b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions erpnext/stock/doctype/stock_entry/stock_entry.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@
"oldfieldname": "purpose",
"oldfieldtype": "Select",
"options": "Material Issue\nMaterial Receipt\nMaterial Transfer\nMaterial Transfer for Manufacture\nMaterial Consumption for Manufacture\nManufacture\nRepack\nSend to Subcontractor",
"read_only": 1
"read_only": 1,
"search_index": 1
},
{
"fieldname": "company",
Expand Down Expand Up @@ -678,7 +679,7 @@
"index_web_pages_for_search": 1,
"is_submittable": 1,
"links": [],
"modified": "2023-06-16 14:59:10.917235",
"modified": "2023-06-19 18:23:40.748114",
"modified_by": "Administrator",
"module": "Stock",
"name": "Stock Entry",
Expand Down

0 comments on commit b26d70b

Please sign in to comment.