a
This commit is contained in:
parent
222c9aeadb
commit
9b81f0c076
|
|
@ -18862,21 +18862,19 @@ function envoyer_prescription_medicament()
|
|||
var div_wait = $('#div_wait');
|
||||
div_wait.html('<div style="padding-top:80px;"><img src="Bootstrap/images/loading.gif"/> <span>' + 'Veuillez patienter...' + '</span></div>');
|
||||
|
||||
/*
|
||||
$.ajax({
|
||||
url: $("#racineWeb").val()+"Ajaxdetailpharmacien/envoyerprescription/",
|
||||
url: $("#racineWeb").val()+"Ajaxdetailprescription/envoyerprescription/",
|
||||
type: 'POST',
|
||||
data: donnees,
|
||||
success: function(data) {
|
||||
success: function() {
|
||||
div_wait.html('');
|
||||
// $("#livraison").html(data);
|
||||
alert_ebene("Prescription envoyée!", "Prescription sent!");
|
||||
},
|
||||
error: function(data) {
|
||||
error: function() {
|
||||
},
|
||||
complete: function() {
|
||||
}
|
||||
});
|
||||
*/
|
||||
}
|
||||
|
||||
function maj_psoslogie(idMedicament, posologie)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user