fix: slow query

(cherry picked from commit 8cfab57fc8)

# Conflicts:
#	erpnext/stock/doctype/packed_item/packed_item.json
This commit is contained in:
Rohit Waghchaure
2025-02-18 13:52:26 +05:30
committed by Mergify
parent 20709f1b3e
commit 8306d6fdb6

View File

@@ -202,7 +202,8 @@
"oldfieldname": "parent_detail_docname", "oldfieldname": "parent_detail_docname",
"oldfieldtype": "Data", "oldfieldtype": "Data",
"print_hide": 1, "print_hide": 1,
"read_only": 1 "read_only": 1,
"search_index": 1
}, },
{ {
"depends_on": "batch_no", "depends_on": "batch_no",
@@ -295,7 +296,11 @@
"index_web_pages_for_search": 1, "index_web_pages_for_search": 1,
"istable": 1, "istable": 1,
"links": [], "links": [],
<<<<<<< HEAD
"modified": "2024-02-04 16:30:44.263964", "modified": "2024-02-04 16:30:44.263964",
=======
"modified": "2025-02-18 13:06:02.789654",
>>>>>>> 8cfab57fc8 (fix: slow query)
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Stock", "module": "Stock",
"name": "Packed Item", "name": "Packed Item",