This commit is contained in:
KONE SOREL 2026-03-31 11:23:41 +00:00
parent 474e4af517
commit b1f3600a6a
2 changed files with 3 additions and 3 deletions

View File

@ -44904,10 +44904,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();
} }
}); });
} }

View File

@ -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.09"></script> <script src="Js/fonctions.js?ver=2026.03.09.10"></script>
<script src="<?= $_SESSION['dossierSociete'].'/Js/societe.js' ?>" > </script> <script src="<?= $_SESSION['dossierSociete'].'/Js/societe.js' ?>" > </script>