commit | 11e27b29906b33124cd3744583a89b0b3f60ffde | [log] [tgz] |
---|---|---|
author | Prateeksha Singh <pratu16x7@users.noreply.github.com> | Wed Dec 06 17:13:44 2017 +0530 |
committer | GitHub <noreply@github.com> | Wed Dec 06 17:13:44 2017 +0530 |
tree | f0aa959df5279fc04559878ba0bf0cf00856dd7d | |
parent | c84476bd2755d72675a91572e61b584d1798c40d [diff] | |
parent | 5fc8923322808aa4dbb87f579d8d1329f4dc8093 [diff] |
Merge pull request #11865 from Zlash65/fix-setup [Minor] Setup-wizard fix
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`")