This commit is contained in:
2026-03-13 03:58:40 +00:00
parent a0dc767ffb
commit ae94fb9ee6
4 changed files with 30 additions and 31 deletions

View File

@@ -24080,7 +24080,7 @@ async function ajouter_un_acte_selection(codeActe, prixBase, prixActe, ententePr
// Gestion des erreurs (à compléter selon les besoins)
},
success: function(data) {
$('#div_test_gabarit').html(data);
// $('#div_test_gabarit').html(data);
donnee_a_affciher = data;
},
complete: function() {