diff --git a/erpnext/stock/doctype/item_default/item_default.json b/erpnext/stock/doctype/item_default/item_default.json index 28956612762..04212b31795 100644 --- a/erpnext/stock/doctype/item_default/item_default.json +++ b/erpnext/stock/doctype/item_default/item_default.json @@ -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,7 @@ ], "istable": 1, "links": [], - "modified": "2023-09-04 12:33:14.607267", + "modified": "2025-03-17 13:46:09.719105", "modified_by": "Administrator", "module": "Stock", "name": "Item Default", @@ -150,4 +151,4 @@ "sort_order": "DESC", "states": [], "track_changes": 1 -} \ No newline at end of file +}