dser
This commit is contained in:
parent
407a8a05b5
commit
f9aafa85ab
|
|
@ -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() {
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user