commit | 5fc8923322808aa4dbb87f579d8d1329f4dc8093 | [log] [tgz] |
---|---|---|
author | Zlash65 <zarrar65@gmail.com> | Wed Dec 06 17:04:03 2017 +0530 |
committer | Zlash65 <zarrar65@gmail.com> | Wed Dec 06 17:04:03 2017 +0530 |
tree | f0aa959df5279fc04559878ba0bf0cf00856dd7d | |
parent | c84476bd2755d72675a91572e61b584d1798c40d [diff] |
fix setup-wizard leftovers
diff --git a/erpnext/setup/utils.py b/erpnext/setup/utils.py index ffb3aa6..5fcc3a2 100644 --- a/erpnext/setup/utils.py +++ b/erpnext/setup/utils.py
@@ -41,7 +41,7 @@ "email" :"test@erpnext.com", "password" :"test", "chart_of_accounts" : "Standard", - "domain" : "Manufacturing", + "domains" : ["Manufacturing"], }) frappe.db.sql("delete from `tabLeave Allocation`")