From 9b81f0c07651652dda59459c6b76ced11bfee4b0 Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Fri, 31 Jul 2026 12:54:05 +0000 Subject: [PATCH] a --- Js/fonctions.js | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Js/fonctions.js b/Js/fonctions.js index 4fd995a..ea378ea 100644 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -18862,21 +18862,19 @@ function envoyer_prescription_medicament() var div_wait = $('#div_wait'); div_wait.html('
  ' + 'Veuillez patienter...' + '
'); - /* $.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)