diff --git a/Js/fonctions.js b/Js/fonctions.js index 43f5483..fbb3ec3 100644 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -18744,9 +18744,15 @@ function add_selected_acte_medicaux(controle) { type: 'post', data: { codeActe: codeActe }, success: function(data) { - $("#div_patientez").html(data); + + alert(data); + $('#div_test_gabarit').html(data); + + return; + $("#div_patientez").html(data); $("#searchInput").val(''); + var params = { codeActe: codeActe, prixActe: $("#prixActe").val(), diff --git a/Vue/gabarit.php b/Vue/gabarit.php index ad193ec..7ffb3fb 100644 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -265,7 +265,7 @@ actesHarmonises : - +