From 9a2a6d8fcbedbffacfbdb0ea4d80300bb5c0ed19 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Thu, 22 Oct 2015 22:02:07 +0530 Subject: [PATCH] [hotfix] setup wizard is_pro_application if not service --- erpnext/setup/page/setup_wizard/setup_wizard.py | 1 + 1 file changed, 1 insertion(+) diff --git a/erpnext/setup/page/setup_wizard/setup_wizard.py b/erpnext/setup/page/setup_wizard/setup_wizard.py index 8e558997878..86c4625be21 100644 --- a/erpnext/setup/page/setup_wizard/setup_wizard.py +++ b/erpnext/setup/page/setup_wizard/setup_wizard.py @@ -392,6 +392,7 @@ def create_items(args): "is_purchase_item": 1 if is_purchase_item else 0, "show_in_website": 1, "is_stock_item": is_stock_item and 1 or 0, + "is_pro_applicable": is_pro_applicable and 1 or 0, "item_group": item_group, "stock_uom": args.get("item_uom_" + str(i)), "default_warehouse": default_warehouse