mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-20 02:34:41 +00:00
fix: slow query
(cherry picked from commit 8cfab57fc8)
# Conflicts:
# erpnext/stock/doctype/packed_item/packed_item.json
This commit is contained in:
committed by
Mergify
parent
20709f1b3e
commit
8306d6fdb6
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user