This commit is contained in:
2026-06-24 13:55:14 +00:00
parent 9f37ddd672
commit af4fd3e138
2 changed files with 3 additions and 3 deletions

View File

@@ -3219,7 +3219,7 @@ function ajax_maj_qte_medicament(idMedicament, quantite, controle)
V_idControle = "posologie"+idMedicament;
alert(V_idControle);
quantite=quantite.replace(",",".");
controle.value=quantite;
@@ -3243,12 +3243,12 @@ function ajax_maj_qte_medicament(idMedicament, quantite, controle)
data: donnees,
success: function(data) {
$("#medicaments").html(data);
document.getElementById(V_idControle).focus();
},
error: function(data) {
},
complete: function() {
//controle.focus();
$("#ancmdp").focus();
document.getElementById(V_idControle).focus();
}
});