This commit is contained in:
2026-03-13 11:17:48 +00:00
parent 536ec5e40a
commit e583c885e4
2 changed files with 3 additions and 3 deletions

View File

@@ -28812,10 +28812,10 @@ function no_presciption()
url: $("#racineWeb").val() + "Ajaxenregistrerprescription/noprescription/",
type: 'post',
error: function(errorData) {
alert(errorData);
// alert(errorData);
},
success: function(data) {
alert(data);
// alert(data);
},
complete: function() {