mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-20 18:54:55 +00:00
[hotfix] setup wizard is_pro_application if not service
This commit is contained in:
@@ -374,6 +374,7 @@ def create_items(args):
|
||||
is_sales_item = args.get("is_sales_item_" + str(i))
|
||||
is_purchase_item = args.get("is_purchase_item_" + str(i))
|
||||
is_stock_item = item_group!=_("Services")
|
||||
is_pro_applicable = item_group!=_("Services")
|
||||
default_warehouse = ""
|
||||
if is_stock_item:
|
||||
default_warehouse = frappe.db.get_value("Warehouse", filters={
|
||||
|
||||
Reference in New Issue
Block a user