From 40c60b6182a5450643dd36086b9d98e5bf858e7f Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Wed, 17 Aug 2016 16:14:24 +0530 Subject: [PATCH] Default material request type field restored --- erpnext/stock/doctype/item/item.json | 29 +++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/erpnext/stock/doctype/item/item.json b/erpnext/stock/doctype/item/item.json index a4e3470de8..18fdad7c8c 100644 --- a/erpnext/stock/doctype/item/item.json +++ b/erpnext/stock/doctype/item/item.json @@ -705,6 +705,33 @@ "set_only_once": 0, "unique": 0 }, + { + "allow_on_submit": 0, + "bold": 0, + "collapsible": 0, + "default": "Purchase", + "fieldname": "default_material_request_type", + "fieldtype": "Select", + "hidden": 0, + "ignore_user_permissions": 0, + "ignore_xss_filter": 0, + "in_filter": 0, + "in_list_view": 0, + "label": "Default Material Request Type", + "length": 0, + "no_copy": 0, + "options": "Purchase\nMaterial Transfer\nMaterial Issue\nManufacture", + "permlevel": 0, + "precision": "", + "print_hide": 0, + "print_hide_if_no_value": 0, + "read_only": 0, + "report_hide": 0, + "reqd": 0, + "search_index": 0, + "set_only_once": 0, + "unique": 0 + }, { "allow_on_submit": 0, "bold": 0, @@ -2360,7 +2387,7 @@ "issingle": 0, "istable": 0, "max_attachments": 1, - "modified": "2016-08-16 01:59:49.494629", + "modified": "2016-08-17 17:30:51.323382", "modified_by": "Administrator", "module": "Stock", "name": "Item",