From f37a5ddff594f55ee4a11b0d78353f4541defd4f Mon Sep 17 00:00:00 2001 From: Neil Trini Lasrado Date: Fri, 16 Jan 2015 14:53:15 +0530 Subject: [PATCH] allow bom field removed from Item Master --- erpnext/stock/doctype/item/item.json | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/erpnext/stock/doctype/item/item.json b/erpnext/stock/doctype/item/item.json index e12c764e77..550f538336 100644 --- a/erpnext/stock/doctype/item/item.json +++ b/erpnext/stock/doctype/item/item.json @@ -686,19 +686,6 @@ "permlevel": 0, "read_only": 0 }, - { - "default": "No", - "description": "Selecting \"Yes\" will allow you to create Bill of Material showing raw material and operational costs incurred to manufacture this item.", - "fieldname": "is_manufactured_item", - "fieldtype": "Select", - "label": "Allow Bill of Materials", - "oldfieldname": "is_manufactured_item", - "oldfieldtype": "Select", - "options": "Yes\nNo", - "permlevel": 0, - "read_only": 0, - "reqd": 1 - }, { "depends_on": "eval:doc.is_manufactured_item==\"Yes\"", "fieldname": "default_bom", @@ -877,7 +864,7 @@ "icon": "icon-tag", "idx": 1, "max_attachments": 1, - "modified": "2015-01-08 14:59:49.747106", + "modified": "2015-01-16 14:48:36.423571", "modified_by": "Administrator", "module": "Stock", "name": "Item",