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