This commit is contained in:
2026-06-24 14:00:31 +00:00
parent af4fd3e138
commit 79796d2f45
2 changed files with 3 additions and 1 deletions

View File

@@ -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);
}
});
}