diff --git a/Js/fonctions.js b/Js/fonctions.js
index 9f2be32..a47e142 100755
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -3250,6 +3250,8 @@ function ajax_maj_qte_medicament(idMedicament, quantite, controle)
complete: function() {
//controle.focus();
document.getElementById(V_idControle).focus();
+ v_controle_val = $("#"+V_idControle).val();
+ alert("v_controle_val => "+v_controle_val);
}
});
}
diff --git a/Vue/gabarit.php b/Vue/gabarit.php
index 7f62b4a..b2ae292 100755
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -892,7 +892,7 @@
-
+