diff --git a/Js/fonctions.js b/Js/fonctions.js index 0196368..f96c4bc 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -3232,6 +3232,8 @@ function ajax_maj_qte_medicament(idMedicament, quantite, controle) donnees = 'idMedicament='+idMedicament+"&quantite="+quantite; + $("#div_prescription").html('
' + '
'); + $.ajax({ url: $("#racineWeb").val()+"Ajaxdetailprescription/majquantite/", type: 'POST', diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 10978b8..96cc899 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -892,7 +892,7 @@ - +