From c0f88e4caf1fd64e818218fc79e69215450a01cf Mon Sep 17 00:00:00 2001 From: Neil Trini Lasrado Date: Tue, 20 Oct 2015 12:15:14 +0530 Subject: [PATCH] Default value fot allow production order in Item master changed to 1 --- erpnext/stock/doctype/item/item.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/erpnext/stock/doctype/item/item.json b/erpnext/stock/doctype/item/item.json index e761653508..b36e34c022 100644 --- a/erpnext/stock/doctype/item/item.json +++ b/erpnext/stock/doctype/item/item.json @@ -1647,7 +1647,7 @@ "allow_on_submit": 0, "bold": 0, "collapsible": 0, - "default": "", + "default": "1", "depends_on": "", "description": "", "fieldname": "is_pro_applicable", @@ -2113,7 +2113,7 @@ "issingle": 0, "istable": 0, "max_attachments": 1, - "modified": "2015-10-19 03:04:49.445770", + "modified": "2015-10-20 12:14:43.315827", "modified_by": "Administrator", "module": "Stock", "name": "Item",