a
This commit is contained in:
@@ -28804,9 +28804,11 @@ function no_presciption()
|
||||
const codeLangue = $("#codeLangue").val();
|
||||
|
||||
// Appel d'une boîte de confirmation personnalisée, adaptée à la langue
|
||||
|
||||
confirm_ebene_sweet(
|
||||
v_msg, v_msgEng,
|
||||
() => { // Callback exécuté en cas de confirmation "Oui/Yes"
|
||||
v_msg, v_msgEng
|
||||
).then((confirmed) => {
|
||||
if (confirmed) {
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val() + "Ajaxenregistrerprescription/noprescription/",
|
||||
type: 'post',
|
||||
@@ -28822,6 +28824,6 @@ function no_presciption()
|
||||
}
|
||||
});
|
||||
}
|
||||
);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user