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= "= _("Prestataire") . " => " . $_SESSION['prestataire_C'] . " => " . _(