[minor] [fixes] view in website and other fixes

This commit is contained in:
Anand Doshi
2013-10-10 15:43:32 +05:30
parent 7798934989
commit b604eddbfd
7 changed files with 24 additions and 13 deletions

View File

@@ -17,9 +17,8 @@ def setup_account(args=None):
args = webnotes.local.form_dict
if isinstance(args, basestring):
args = json.loads(args)
webnotes.conn.begin()
args = webnotes._dict(args)
update_profile_name(args)
create_fiscal_year_and_company(args)
set_defaults(args)