This commit is contained in:
2026-03-03 17:22:28 +00:00
parent 0008da8476
commit 19c3cb61c1
2 changed files with 5 additions and 4 deletions

View File

@@ -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"){