From 57d409eb586c9daf22acdd7aea1f853fea4973c4 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Sat, 18 Apr 2026 15:18:46 +0000 Subject: [PATCH] sazerty --- Js/fonctions.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 4ceffcd..2af6654 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -7290,12 +7290,14 @@ function confirmer_correction(idMvt) success: function(data) { const msg = "Validation reinitialisée avec succès !"; const msgEng = "Validation successfully reset!"; - alert_ebene(msg, msgEng); - return; + + setTimeout(() => { + afficher_beneficiaire_id(); + }, 100); }, complete: function() { - //window.location.assign($("#racineWeb" ).val()+"Mouvementassure/"); + } }); }