commit | 2b60484babedd3ac288b6cc1ac05539efb8cdd7d | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Tue Mar 06 16:17:34 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Tue Mar 06 16:17:34 2012 +0530 |
tree | b26edd8a72f2eb289200690bf1278db7b77bed0b | |
parent | bb64d302df0b44fb9349f967f4bc6ea12df5ddad [diff] |
fix in reverted my company
diff --git a/erpnext/home/page/my_company/my_company.py b/erpnext/home/page/my_company/my_company.py index f35f475..d3a7bc7 100644 --- a/erpnext/home/page/my_company/my_company.py +++ b/erpnext/home/page/my_company/my_company.py
@@ -67,7 +67,7 @@ # erpnext-saas if cint(webnotes.conn.get_value('Control Panel', None, 'sync_with_gateway')): from server_tools.gateway_utils import add_user_gateway - add_user_gateway(args['user']) + add_user_gateway(args) add_profile(args)