This commit is contained in:
KONE SOREL 2026-03-31 11:40:07 +00:00
parent 2007d58bdf
commit b69601e4cb
2 changed files with 4 additions and 3 deletions

View File

@ -44775,7 +44775,7 @@ function desactiver_user_rh_client(codeUtilisateur)
alert_ebene(v_msg, v_msgEng);
users_rh_client();
retour_a_users_rh_client();
}
});
}
@ -44798,6 +44798,7 @@ function activer_user_rh_client(codeUtilisateur)
error: function(errorData) {
},
success: function(data) {
},
complete: function() {
v_msg="Opération effectuée avec succès!";
@ -44805,7 +44806,7 @@ function activer_user_rh_client(codeUtilisateur)
alert_ebene(v_msg, v_msgEng);
users_rh_client();
retour_a_users_rh_client();
}
});
}

View File

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