a
This commit is contained in:
parent
2b2dc49242
commit
f5303f871c
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user