mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-25 06:02:09 +01:00
user addition fix
This commit is contained in:
@@ -106,7 +106,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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user