From bf20be53efc4476646e047d2d8565393cea5c660 Mon Sep 17 00:00:00 2001 From: Alchez Date: Thu, 8 Nov 2018 12:54:20 +0530 Subject: [PATCH] fix(bom): Display item name in new BOM form (#15783) --- erpnext/manufacturing/doctype/bom/bom.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/manufacturing/doctype/bom/bom.json b/erpnext/manufacturing/doctype/bom/bom.json index a55c3c5778..8c5f2af96a 100644 --- a/erpnext/manufacturing/doctype/bom/bom.json +++ b/erpnext/manufacturing/doctype/bom/bom.json @@ -54,7 +54,7 @@ "bold": 0, "collapsible": 0, "columns": 0, - "depends_on": "eval:!doc.__islocal", + "depends_on": "", "fieldname": "item_name", "fieldtype": "Data", "hidden": 0, @@ -1976,7 +1976,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2018-10-11 11:52:39.047935", + "modified": "2018-10-24 02:07:21.618275", "modified_by": "Administrator", "module": "Manufacturing", "name": "BOM",