diff --git a/erpnext/stock/doctype/batch/batch.json b/erpnext/stock/doctype/batch/batch.json index d312a491db6..765eb1ae05d 100644 --- a/erpnext/stock/doctype/batch/batch.json +++ b/erpnext/stock/doctype/batch/batch.json @@ -59,6 +59,7 @@ "fieldtype": "Link", "in_standard_filter": 1, "label": "Item", + "link_filters": "[\n [\"Item\", \"has_batch_no\", \"=\", 1],\n [\"Item\", \"is_stock_item\", \"=\", 1]\n]", "oldfieldname": "item", "oldfieldtype": "Link", "options": "Item", @@ -205,7 +206,7 @@ "image_field": "image", "links": [], "max_attachments": 5, - "modified": "2026-04-17 12:45:34.810373", + "modified": "2026-06-16 16:01:26.556324", "modified_by": "Administrator", "module": "Stock", "name": "Batch", @@ -233,4 +234,4 @@ "states": [], "title_field": "batch_id", "track_changes": 1 -} \ No newline at end of file +}