This commit is contained in:
2026-06-24 16:07:22 +00:00
parent 8413e7cebe
commit cc497cb135
3 changed files with 3 additions and 7 deletions

View File

@@ -3245,11 +3245,7 @@ function ajax_maj_qte_medicament(idMedicament, quantite, controle)
error: function(data) {
},
complete: function() {
//controle.focus();
v_controle_val = $("#"+V_idControle).val();
alert("v_controle_val => "+v_controle_val);
document.getElementById(V_idControle).focus();
$("#"+V_idControle).focus();
// $("#"+V_idControle).focus();
}
});
}