diff --git a/Js/fonctions.js b/Js/fonctions.js index 558cb8d..fdcb033 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -3215,6 +3215,8 @@ function ajouter_medicament() { function ajax_maj_qte_medicament(idMedicament, quantite, controle) { + alert(controle); + quantite=quantite.replace(",","."); controle.value=quantite; diff --git a/Vue/Ajaxdetailprescription/index.php b/Vue/Ajaxdetailprescription/index.php index 4149a73..101b017 100755 --- a/Vue/Ajaxdetailprescription/index.php +++ b/Vue/Ajaxdetailprescription/index.php @@ -14,7 +14,6 @@ $fraisTotal = $this->nettoyer($prescription['fraisReel']); - if ($numeroBonOrdonnance>"0") : ?> @@ -22,18 +21,6 @@ - -