diff --git a/Js/fonctions.js b/Js/fonctions.js index 17d4e3a6..8d527a25 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -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() { diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 4bbebc98..b575abe5 100644 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -263,7 +263,7 @@ controlerPlafondBeneficiaire : - +