This commit is contained in:
KONE SOREL 2026-04-18 15:18:46 +00:00
parent ce9a8df5c2
commit 57d409eb58

View File

@ -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/");
}
});
}