a
This commit is contained in:
@@ -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();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user