This commit is contained in:
KANE LAZENI 2026-02-03 04:50:05 +00:00
parent 599d616c34
commit 41dd3ef81f
2 changed files with 39 additions and 41 deletions

View File

@ -45887,9 +45887,8 @@ function creer_user_rh_client()
v_msg="Confirmez-vous ce nouvel utilisateur?"; v_msg="Confirmez-vous ce nouvel utilisateur?";
v_msgEng="Do you confirm this new user?"; v_msgEng="Do you confirm this new user?";
confirm_ebene(v_msg, v_msgEng) if(confirm_ebene(v_msg, v_msgEng))
.then((isConfirmed) => { {
if (isConfirmed) {
$.ajax({ $.ajax({
url: $("#racineWeb").val()+"Ajaxuserrhclient/creeruser/", url: $("#racineWeb").val()+"Ajaxuserrhclient/creeruser/",
type : 'post', type : 'post',
@ -45929,7 +45928,6 @@ function creer_user_rh_client()
} }
}); });
} }
});
} }
function verifMailValeur(v_mail) function verifMailValeur(v_mail)

View File

@ -261,7 +261,7 @@ controlerPlafondBeneficiaire : <?= $_SESSION['controlerPlafondBeneficiaire'] ?>
<script src="Js/datepicker-fr.js"></script> <script src="Js/datepicker-fr.js"></script>
<?php endif; ?> <?php endif; ?>
<script src="Js/fonctions.js?ver=2026.02.03.05"></script> <script src="Js/fonctions.js?ver=2026.02.03.06"></script>
<script src="<?= $_SESSION['dossierSociete'].'/Js/societe.js' ?>" > </script> <script src="<?= $_SESSION['dossierSociete'].'/Js/societe.js' ?>" > </script>