commit | b52724f5b97e1e8af3b1d1d47a4329be25517f29 | [log] [tgz] |
---|---|---|
author | Rushabh Mehta <rmehta@gmail.com> | Wed Aug 19 11:41:22 2015 +0530 |
committer | Rushabh Mehta <rmehta@gmail.com> | Wed Aug 19 11:41:41 2015 +0530 |
tree | e4690d7baa81eec30a52ea67b6ac7c51d57fd31a | |
parent | b82961e8dd80106e5eda7ca5f61bb2b3d05c56bf [diff] |
[minor] should fix #3884
diff --git a/erpnext/setup/page/setup_wizard/setup_wizard.py b/erpnext/setup/page/setup_wizard/setup_wizard.py index cb59a82..869b7e5 100644 --- a/erpnext/setup/page/setup_wizard/setup_wizard.py +++ b/erpnext/setup/page/setup_wizard/setup_wizard.py
@@ -32,6 +32,8 @@ if args.language and args.language != "english": set_default_language(args.language) + frappe.clear_cache() + install_fixtures.install(args.get("country")) update_user_name(args)