From f5303f871c9798fb80b397545ca8974052e6edcf Mon Sep 17 00:00:00 2001 From: KANE LAZENI Date: Mon, 20 Jul 2026 13:06:43 +0000 Subject: [PATCH] a --- Controleur/ControleurFeuillemaladiecons.php | 2 -- Vue/Feuillemaladiecons/index.php | 22 ++++++++++++--------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/Controleur/ControleurFeuillemaladiecons.php b/Controleur/ControleurFeuillemaladiecons.php index 41d0e9ef..33e6bb4b 100755 --- a/Controleur/ControleurFeuillemaladiecons.php +++ b/Controleur/ControleurFeuillemaladiecons.php @@ -33,8 +33,6 @@ class ControleurFeuillemaladiecons extends Controleur { $vip = $this->prestation->getVipBeneficiaire(); - //$_SESSION['vip_C'] = $resultat['vip']; - $this->genererVue(array('feuillemaladie' => $feuillemaladie, 'prestations' => $prestations, 'tauxCouverture' => $tauxCouverture, 'vip' => $vip)); } diff --git a/Vue/Feuillemaladiecons/index.php b/Vue/Feuillemaladiecons/index.php index 8d8f3714..1e0a5b24 100755 --- a/Vue/Feuillemaladiecons/index.php +++ b/Vue/Feuillemaladiecons/index.php @@ -14,15 +14,16 @@ $codeAffection = $this->nettoyer($feuillemaladie['codeAffection']); - if (est_anglophone()) - { - $libelleAffection = $this->nettoyer($feuillemaladie['libelleAffectionEng'])." => ".$codeAffection; - } - else - { - $libelleAffection = $this->nettoyer($feuillemaladie['libelleAffection'])." => ".$codeAffection; - } - + $libelleAffection = $this->nettoyer($feuillemaladie['libelleAffection'])." => ".$codeAffection; + $specialite = $this->nettoyer($feuillemaladie['specialite']); + + if (est_anglophone()) + { + $libelleAffection = $this->nettoyer($feuillemaladie['libelleAffectionEng'])." => ".$codeAffection; + $specialite = $this->nettoyer($feuillemaladie['specialiteEng']); + + } + $AffectionVisible = $_SESSION['AffectionVisible']; if($AffectionVisible!="1") @@ -94,6 +95,9 @@ value= " " . $_SESSION['prestataire_C'] . " => " . _( + + +