mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-13 02:01:21 +00:00
fixed server_tools.server_tools
This commit is contained in:
@@ -33,7 +33,7 @@ def update_account_details():
|
||||
webnotes.conn.set_global('days_to_expiry', webnotes.form_dict.get('days_to_expiry'))
|
||||
|
||||
if webnotes.form_dict.get('first_name'):
|
||||
from server_tools.server_tools.gateway_utils import update_user_details
|
||||
from server_tools.gateway_utils import update_user_details
|
||||
update_user_details()
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user