Skip to content

Commit 34d6e4b

Browse files
rohitwaghchauremergify[bot]
authored andcommitted
fix: performance issue for item list view
(cherry picked from commit d758fde) # Conflicts: # erpnext/stock/doctype/item_default/item_default.json
1 parent c7b8514 commit 34d6e4b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

erpnext/stock/doctype/item_default/item_default.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"fieldtype": "Link",
4141
"in_list_view": 1,
4242
"label": "Default Warehouse",
43-
"options": "Warehouse"
43+
"options": "Warehouse",
44+
"search_index": 1
4445
},
4546
{
4647
"fieldname": "column_break_3",
@@ -139,7 +140,11 @@
139140
],
140141
"istable": 1,
141142
"links": [],
143+
<<<<<<< HEAD
142144
"modified": "2023-09-04 12:33:14.607267",
145+
=======
146+
"modified": "2025-03-17 13:46:09.719105",
147+
>>>>>>> d758fde881 (fix: performance issue for item list view)
143148
"modified_by": "Administrator",
144149
"module": "Stock",
145150
"name": "Item Default",

0 commit comments

Comments
 (0)