This commit is contained in:
KONE SOREL 2026-04-17 09:35:16 +00:00
parent 407a8a05b5
commit f9aafa85ab
2 changed files with 6 additions and 1 deletions

View File

@ -45468,6 +45468,11 @@ function enregistrer_motif_rejet(idMvtTemp)
},
success: function(data) {
//alert("Success : "+data);
v_msg="Le motif du rejet a été bien enregistré !";
v_msgEng="The reason for the rejection has been properly recorded!";
alert_ebene(v_msg, v_msgEng);
$('#div_observation_rh').modal('hide');
},
complete: function() {

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