Default value fot allow production order in Item master changed to 1
diff --git a/erpnext/stock/doctype/item/item.json b/erpnext/stock/doctype/item/item.json
index e761653..b36e34c 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",