From 78ce2060da93c1c5a4b23f1e91aa2367a4bef5ef Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 22 Dec 2025 17:37:06 +0000 Subject: [PATCH] a --- Js/fonctions.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index ad900b4..a8590b7 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -18133,12 +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(); + actualiser_remboursement(); } });