azerty
This commit is contained in:
parent
3c64e23681
commit
2007d58bdf
|
|
@ -44824,7 +44824,7 @@ function retour_a_users_rh_client()
|
|||
function enregistrer_modif_user_rh()
|
||||
{
|
||||
debugger;
|
||||
|
||||
|
||||
idUtilisateur = $("#idUtilisateur").val();
|
||||
nom = $("#nom").val();
|
||||
prenoms = $("#prenoms").val();
|
||||
|
|
@ -44906,10 +44906,10 @@ function enregistrer_modif_user_rh()
|
|||
error: function(errorData) {
|
||||
},
|
||||
success: function(data) {
|
||||
$('#div_test_gabarit').html(data);
|
||||
//$('#div_test_gabarit').html(data);
|
||||
},
|
||||
complete: function() {
|
||||
//retour_a_users_rh_client();
|
||||
retour_a_users_rh_client();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -6,8 +6,7 @@
|
|||
$codeUtilisateur = $user_rh['codeUtilisateur'];
|
||||
$actif = $user_rh['actif'];
|
||||
|
||||
var_dump($actif);
|
||||
|
||||
//var_dump($actif);
|
||||
$codeProfil = $user_rh['codeProfil'];
|
||||
$codeLangue = $user_rh['codeLangue'];
|
||||
?>
|
||||
|
|
|
|||
|
|
@ -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.11"></script>
|
||||
<script src="Js/fonctions.js?ver=2026.03.09.12"></script>
|
||||
|
||||
<script src="<?= $_SESSION['dossierSociete'].'/Js/societe.js' ?>" > </script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user