This commit is contained in:
2026-03-13 05:25:17 +00:00
parent cb39d68987
commit 01a2b50cea
2 changed files with 2 additions and 2 deletions

View File

@@ -28817,7 +28817,7 @@ function modifier_prix_autres_actes(idPrestationactes, prixSaisi, controle) {
donnee_a_afficher = data;
},
complete: function() {
$("#div_prestations").html(donnee_a_affciher);
$("#div_prestations").html(donnee_a_afficher);
controle.focus();
}
});