commit | d536f16c53e3e8a382220ac862ee8244cce5d89f | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Fri Mar 02 17:05:04 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Fri Mar 02 17:05:04 2012 +0530 |
tree | e02883bf96cc032e42f015dc27e3be9dcaf38f7b | |
parent | 5cc8cd7dc1995d29a8efe1c8dafb73795f2dde48 [diff] |
user addition fix
diff --git a/erpnext/utilities/page/users/users.py b/erpnext/utilities/page/users/users.py index 6251e43..f2bb1a5 100644 --- a/erpnext/utilities/page/users/users.py +++ b/erpnext/utilities/page/users/users.py
@@ -106,7 +106,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)