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",
|
||||
"in_list_view": 1,
|
||||
"label": "Default Warehouse",
|
||||
"options": "Warehouse"
|
||||
"options": "Warehouse",
|
||||
"search_index": 1
|
||||
},
|
||||
{
|
||||
"fieldname": "column_break_3",
|
||||
@@ -139,7 +140,11 @@
|
||||
],
|
||||
"istable": 1,
|
||||
"links": [],
|
||||
<<<<<<< HEAD
|
||||
"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",
|
||||
"module": "Stock",
|
||||
"name": "Item Default",
|
||||
|
||||
Reference in New Issue
Block a user