fix in reverted my company

This commit is contained in:
Anand Doshi 2012-03-06 16:17:34 +05:30
parent bb64d302df
commit 2b60484bab

View File

@ -67,7 +67,7 @@ def add_user(args):
# 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)