sertq
This commit is contained in:
parent
68ac37f66d
commit
098557d3da
|
|
@ -7288,10 +7288,14 @@ function confirmer_correction(idMvt)
|
|||
error: function(errorData) {
|
||||
},
|
||||
success: function(data) {
|
||||
|
||||
const msg = "Validation reinitialisée avec succès !";
|
||||
const msgEng = "Validation successfully reset!";
|
||||
|
||||
alert_ebene(msg, msgEng);
|
||||
return;
|
||||
},
|
||||
complete: function() {
|
||||
window.location.assign($("#racineWeb" ).val()+"Mouvementassure/");
|
||||
//window.location.assign($("#racineWeb" ).val()+"Mouvementassure/");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user