val
This commit is contained in:
parent
2161cd5a21
commit
6543d0e912
|
|
@ -4486,7 +4486,7 @@ function creer_user_rh_client()
|
|||
|
||||
motPass = nvmdp;
|
||||
|
||||
donnees = 'codeGcAssureur='+codeGcAssureur+'&codeUtilisateur='+codeUtilisateur;
|
||||
donnees = 'codeUtilisateur='+codeUtilisateur;
|
||||
donnees += '&nom='+nom+'&prenoms='+prenoms;
|
||||
donnees += '&telephone='+telephone+'&email='+email+'&motPass='+motPass;
|
||||
donnees += '&codeLangue='+codeLangue+'&actVisible='+actVisible;
|
||||
|
|
@ -4519,7 +4519,7 @@ function creer_user_rh_client()
|
|||
v_msgEng="User ( "+codeUtilisateur+" ) created succssfully!";
|
||||
alert_ebene(v_msg, v_msgEng);
|
||||
|
||||
retour_a_users_gc();
|
||||
retour_a_users_rh_client();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
|
|
@ -662,7 +662,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte'];
|
|||
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
|
||||
|
||||
<!-- Application Scripts -->
|
||||
<script src="/Js/fonctions.js?ver=2026.01.15.02"></script>
|
||||
<script src="/Js/fonctions.js?ver=2026.01.15.03"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
raffraichier_gabarit();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user