diff --git a/Js/fonctions.js b/Js/fonctions.js index 58a6394..65fba69 100644 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -17681,12 +17681,13 @@ function add_selected_acte_medicaux(controle) { var str = controle.split(' <==> '); - alert(str); - return; - var codeActe = str[0]; var libelleActe = str[1]; var acteExclu = str[3]; + + alert("codeActe="+codeActe+" libelleActe="+libelleActe+" acteExclu="+acteExclu); + return; + if(acteExclu=="Garanti"){ diff --git a/Vue/gabarit.php b/Vue/gabarit.php index bb6afe3..ad193ec 100644 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -265,7 +265,7 @@ actesHarmonises : - +