From f92a5f32bd2e0efc898748d7b266d12fae436f8e Mon Sep 17 00:00:00 2001 From: Rohan Bansal Date: Fri, 4 Oct 2019 13:10:57 +0530 Subject: [PATCH] fix: set batch ID as title instead of item code --- erpnext/stock/doctype/batch/batch.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/erpnext/stock/doctype/batch/batch.json b/erpnext/stock/doctype/batch/batch.json index 47b0a8dec4d..1eb457734e0 100644 --- a/erpnext/stock/doctype/batch/batch.json +++ b/erpnext/stock/doctype/batch/batch.json @@ -38,6 +38,7 @@ "depends_on": "eval:doc.__islocal", "fieldname": "batch_id", "fieldtype": "Data", + "in_list_view": 1, "label": "Batch ID", "no_copy": 1, "oldfieldname": "batch_id", @@ -48,7 +49,6 @@ { "fieldname": "item", "fieldtype": "Link", - "in_list_view": 1, "in_standard_filter": 1, "label": "Item", "oldfieldname": "item", @@ -166,7 +166,7 @@ "idx": 1, "image_field": "image", "max_attachments": 5, - "modified": "2019-08-01 03:33:52.900790", + "modified": "2019-10-03 22:38:45.104056", "modified_by": "Administrator", "module": "Stock", "name": "Batch", @@ -190,5 +190,5 @@ "quick_entry": 1, "sort_field": "modified", "sort_order": "DESC", - "title_field": "item" + "title_field": "batch_id" } \ No newline at end of file