mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-14 02:04:17 +00:00
perf: optimize sql query
(cherry picked from commit e7b64175fd)
# Conflicts:
# erpnext/stock/doctype/stock_entry_detail/stock_entry_detail.json
This commit is contained in:
committed by
Mergify
parent
a777a11919
commit
79a8e2656b
@@ -188,6 +188,7 @@
|
||||
"fieldtype": "Currency",
|
||||
"in_list_view": 1,
|
||||
"label": "Basic Rate (as per Stock UOM)",
|
||||
"non_negative": 1,
|
||||
"oldfieldname": "incoming_rate",
|
||||
"oldfieldtype": "Currency",
|
||||
"options": "Company:company:default_currency",
|
||||
@@ -446,7 +447,8 @@
|
||||
"no_copy": 1,
|
||||
"options": "Stock Entry",
|
||||
"print_hide": 1,
|
||||
"read_only": 1
|
||||
"read_only": 1,
|
||||
"search_index": 1
|
||||
},
|
||||
{
|
||||
"fieldname": "ste_detail",
|
||||
@@ -454,7 +456,8 @@
|
||||
"label": "Stock Entry Child",
|
||||
"no_copy": 1,
|
||||
"print_hide": 1,
|
||||
"read_only": 1
|
||||
"read_only": 1,
|
||||
"search_index": 1
|
||||
},
|
||||
{
|
||||
"fieldname": "column_break_51",
|
||||
@@ -613,7 +616,11 @@
|
||||
"index_web_pages_for_search": 1,
|
||||
"istable": 1,
|
||||
"links": [],
|
||||
<<<<<<< HEAD
|
||||
"modified": "2025-03-26 21:01:58.544797",
|
||||
=======
|
||||
"modified": "2025-10-14 14:10:38.373099",
|
||||
>>>>>>> e7b64175fd (perf: optimize sql query)
|
||||
"modified_by": "Administrator",
|
||||
"module": "Stock",
|
||||
"name": "Stock Entry Detail",
|
||||
|
||||
Reference in New Issue
Block a user