diff --git a/Js/fonctions.js b/Js/fonctions.js index c8f9819..ad900b4 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -18133,13 +18133,12 @@ function enregistrer_demande_remboursement() error: function(errorData) { }, success: function(data) { - // alert(data); - // $('#div_test_gabarit').html(data); + alert(data); + $('#div_test_gabarit').html(data); }, - complete: function() { - - actualiser_remboursement(); + complete: function() { + // actualiser_remboursement(); } }); diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 9ba2dfc..bc371db 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -530,7 +530,7 @@ - +