Merge pull request #11865 from Zlash65/fix-setup

[Minor] Setup-wizard fix
This commit is contained in:
Prateeksha Singh
2017-12-06 17:13:44 +05:30
committed by GitHub

View File

@@ -41,7 +41,7 @@ def before_tests():
"email" :"test@erpnext.com",
"password" :"test",
"chart_of_accounts" : "Standard",
"domain" : "Manufacturing",
"domains" : ["Manufacturing"],
})
frappe.db.sql("delete from `tabLeave Allocation`")