Merge pull request #45990 from frappe/mergify/bp/version-15-hotfix/pr-45976

fix: slow query (backport #45976)
This commit is contained in:
rohitwaghchaure
2025-02-18 20:22:51 +05:30
committed by GitHub

View File

@@ -202,7 +202,8 @@
"oldfieldname": "parent_detail_docname",
"oldfieldtype": "Data",
"print_hide": 1,
"read_only": 1
"read_only": 1,
"search_index": 1
},
{
"depends_on": "batch_no",
@@ -295,7 +296,7 @@
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2024-02-04 16:30:44.263964",
"modified": "2025-02-18 13:07:02.789654",
"modified_by": "Administrator",
"module": "Stock",
"name": "Packed Item",
@@ -305,4 +306,4 @@
"sort_order": "DESC",
"states": [],
"track_changes": 1
}
}