diff --git a/erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json b/erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json index 05000375037..19990719d9e 100644 --- a/erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json +++ b/erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json @@ -912,7 +912,8 @@ "label": "Rejected Serial and Batch Bundle", "no_copy": 1, "options": "Serial and Batch Bundle", - "print_hide": 1 + "print_hide": 1, + "search_index": 1 }, { "fieldname": "wip_composite_asset", @@ -984,7 +985,7 @@ "idx": 1, "istable": 1, "links": [], - "modified": "2025-03-07 10:21:59.960021", + "modified": "2025-10-14 13:00:54.441511", "modified_by": "Administrator", "module": "Accounts", "name": "Purchase Invoice Item", @@ -995,4 +996,4 @@ "sort_field": "creation", "sort_order": "DESC", "states": [] -} \ No newline at end of file +} diff --git a/erpnext/stock/doctype/purchase_receipt_item/purchase_receipt_item.json b/erpnext/stock/doctype/purchase_receipt_item/purchase_receipt_item.json index 61fb9336b97..f24c826d508 100644 --- a/erpnext/stock/doctype/purchase_receipt_item/purchase_receipt_item.json +++ b/erpnext/stock/doctype/purchase_receipt_item/purchase_receipt_item.json @@ -778,7 +778,8 @@ "fieldtype": "Data", "hidden": 1, "label": "Material Request Item", - "read_only": 1 + "read_only": 1, + "search_index": 1 }, { "fieldname": "expense_account", @@ -1039,7 +1040,8 @@ "fieldtype": "Link", "label": "Rejected Serial and Batch Bundle", "no_copy": 1, - "options": "Serial and Batch Bundle" + "options": "Serial and Batch Bundle", + "search_index": 1 }, { "depends_on": "eval:doc.use_serial_batch_fields === 0", @@ -1148,7 +1150,7 @@ "idx": 1, "istable": 1, "links": [], - "modified": "2025-03-07 10:25:15.554985", + "modified": "2025-10-14 12:58:20.384056", "modified_by": "Administrator", "module": "Stock", "name": "Purchase Receipt Item", @@ -1160,4 +1162,4 @@ "sort_field": "creation", "sort_order": "DESC", "states": [] -} \ No newline at end of file +}