This commit is contained in:
KANE LAZENI 2026-07-20 13:06:43 +00:00
parent 2b2dc49242
commit f5303f871c
2 changed files with 13 additions and 11 deletions

View File

@ -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));
}

View File

@ -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'] . " => " . _(
</tr>
<tr>
<td> <?= _("Spécialité") ?> </td>
<td colspan="3"><INPUT style='font-size:9pt;' class="form-control" TYPE="text" value="<?= $specialite ?>" readonly ></td>
<td> <?= _("Médecin") ?> </td>
<td colspan="3"><INPUT style='font-size:8pt;' class="form-control" TYPE="text" value="<?= $feuillemaladie['medecinConsultation'] ?>" readonly ></td>