diff --git a/erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json b/erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json index cfda48e5c75..f25280f007c 100644 --- a/erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json +++ b/erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json @@ -603,7 +603,8 @@ "in_list_view": 1, "label": "Batch No", "options": "Batch", - "print_hide": 1 + "print_hide": 1, + "search_index": 1 }, { "fieldname": "col_break5", @@ -890,7 +891,7 @@ "idx": 1, "istable": 1, "links": [], - "modified": "2022-10-17 12:51:44.825398", + "modified": "2023-07-25 11:58:10.723833", "modified_by": "Administrator", "module": "Accounts", "name": "Sales Invoice Item", diff --git a/erpnext/stock/doctype/delivery_note_item/delivery_note_item.json b/erpnext/stock/doctype/delivery_note_item/delivery_note_item.json index b97e42c2468..edfb269da9a 100644 --- a/erpnext/stock/doctype/delivery_note_item/delivery_note_item.json +++ b/erpnext/stock/doctype/delivery_note_item/delivery_note_item.json @@ -515,7 +515,8 @@ "oldfieldname": "batch_no", "oldfieldtype": "Link", "options": "Batch", - "print_hide": 1 + "print_hide": 1, + "search_index": 1 }, { "allow_on_submit": 1, @@ -867,7 +868,7 @@ "index_web_pages_for_search": 1, "istable": 1, "links": [], - "modified": "2023-05-01 21:05:14.175640", + "modified": "2023-07-25 11:58:28.101919", "modified_by": "Administrator", "module": "Stock", "name": "Delivery Note Item", @@ -877,4 +878,4 @@ "sort_field": "modified", "sort_order": "DESC", "states": [] -} +} \ No newline at end of file diff --git a/erpnext/stock/doctype/pick_list_item/pick_list_item.json b/erpnext/stock/doctype/pick_list_item/pick_list_item.json index b887f795640..883cdd19e7c 100644 --- a/erpnext/stock/doctype/pick_list_item/pick_list_item.json +++ b/erpnext/stock/doctype/pick_list_item/pick_list_item.json @@ -79,7 +79,8 @@ "fieldname": "batch_no", "fieldtype": "Link", "label": "Batch No", - "options": "Batch" + "options": "Batch", + "search_index": 1 }, { "fieldname": "column_break_2", @@ -192,7 +193,7 @@ ], "istable": 1, "links": [], - "modified": "2023-06-16 14:05:51.719959", + "modified": "2023-07-25 11:56:23.361867", "modified_by": "Administrator", "module": "Stock", "name": "Pick List Item", @@ -203,4 +204,4 @@ "sort_order": "DESC", "states": [], "track_changes": 1 -} +} \ No newline at end of file diff --git a/erpnext/stock/doctype/stock_reconciliation_item/stock_reconciliation_item.json b/erpnext/stock/doctype/stock_reconciliation_item/stock_reconciliation_item.json index 2f65eaa358d..a04309ad48e 100644 --- a/erpnext/stock/doctype/stock_reconciliation_item/stock_reconciliation_item.json +++ b/erpnext/stock/doctype/stock_reconciliation_item/stock_reconciliation_item.json @@ -168,7 +168,8 @@ "fieldname": "batch_no", "fieldtype": "Link", "label": "Batch No", - "options": "Batch" + "options": "Batch", + "search_index": 1 }, { "default": "0", @@ -189,7 +190,7 @@ ], "istable": 1, "links": [], - "modified": "2023-05-09 18:42:19.224916", + "modified": "2023-07-25 11:58:44.992419", "modified_by": "Administrator", "module": "Stock", "name": "Stock Reconciliation Item",