mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-27 23:21:32 +01:00
fix: performance issue for item list view
(cherry picked from commit d758fde881)
# Conflicts:
# erpnext/stock/doctype/item_default/item_default.json
This commit is contained in:
committed by
Mergify
parent
c7b8514c24
commit
34d6e4bdaa
@@ -40,7 +40,8 @@
|
|||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"in_list_view": 1,
|
"in_list_view": 1,
|
||||||
"label": "Default Warehouse",
|
"label": "Default Warehouse",
|
||||||
"options": "Warehouse"
|
"options": "Warehouse",
|
||||||
|
"search_index": 1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname": "column_break_3",
|
"fieldname": "column_break_3",
|
||||||
@@ -139,7 +140,11 @@
|
|||||||
],
|
],
|
||||||
"istable": 1,
|
"istable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
|
<<<<<<< HEAD
|
||||||
"modified": "2023-09-04 12:33:14.607267",
|
"modified": "2023-09-04 12:33:14.607267",
|
||||||
|
=======
|
||||||
|
"modified": "2025-03-17 13:46:09.719105",
|
||||||
|
>>>>>>> d758fde881 (fix: performance issue for item list view)
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Stock",
|
"module": "Stock",
|
||||||
"name": "Item Default",
|
"name": "Item Default",
|
||||||
|
|||||||
Reference in New Issue
Block a user