diff --git a/Js/fonctions.js b/Js/fonctions.js
index 9a2e8d2..9a5f759 100644
--- a/Js/fonctions.js
+++ b/Js/fonctions.js
@@ -18724,8 +18724,6 @@ function ajouter_un_acte_selection_new(params) {
}
function add_selected_acte_medicaux(controle) {
- debugger;
-
var str = controle.split(' <==> ');
var codeActe = str[0] || "";
var libelleActe = str[1] || "";
@@ -18746,16 +18744,12 @@ function add_selected_acte_medicaux(controle) {
type: 'post',
data: { codeActe: codeActe },
success: function(data) {
- debugger;
-
- alert(data);
- $('#div_test_gabarit').html(data);
-
- return;
+ //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 be082f4..ce5142b 100644
--- a/Vue/gabarit.php
+++ b/Vue/gabarit.php
@@ -265,7 +265,7 @@ actesHarmonises : = $_SESSION['p_actesHarmonises'] ?>
-
+