From a9c2f09f9e31db97874f62b78cfbf8d234c62070 Mon Sep 17 00:00:00 2001 From: MahanCh Date: Sun, 11 May 2025 18:13:39 +0330 Subject: [PATCH] FIX SubAccountChangePassword --- .../SubAccounts/js/ModalEditSubAccountPasswordAndPhone.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ServiceHost/wwwroot/AssetsClient/pages/SubAccounts/js/ModalEditSubAccountPasswordAndPhone.js b/ServiceHost/wwwroot/AssetsClient/pages/SubAccounts/js/ModalEditSubAccountPasswordAndPhone.js index b218ce3b..9ecac53b 100644 --- a/ServiceHost/wwwroot/AssetsClient/pages/SubAccounts/js/ModalEditSubAccountPasswordAndPhone.js +++ b/ServiceHost/wwwroot/AssetsClient/pages/SubAccounts/js/ModalEditSubAccountPasswordAndPhone.js @@ -282,7 +282,8 @@ function changePasswordSubAccount() { $('.alert-success-msg p').text(''); }, 3500); - loadDataEmployeeSubAccountAjax(0); + //loadDataEmployeeSubAccountAjax(0); + LoadRolesAndAccountsList(); $('#MainModal').modal('hide'); //window.location.reload(); } else {