[minor] should fix #3884

This commit is contained in:
Rushabh Mehta 2015-08-19 11:41:22 +05:30
parent b82961e8dd
commit b52724f5b9

View File

@ -32,6 +32,8 @@ def setup_account(args=None):
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)