diff --git a/Js/fonctions.js b/Js/fonctions.js
index fdcb033..38684de 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -3215,7 +3215,8 @@ function ajouter_medicament() {
function ajax_maj_qte_medicament(idMedicament, quantite, controle)
{
- alert(controle);
+ alert(controle.id);
+ alert(controle.name);
quantite=quantite.replace(",",".");
controle.value=quantite;
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index d3c405e..6223e63 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -892,7 +892,7 @@
-
+