a
This commit is contained in:
parent
f5303f871c
commit
2f75cd56c6
|
|
@ -97,7 +97,9 @@ value= "<?= _("Prestataire") . " => " . $_SESSION['prestataire_C'] . " => " . _(
|
|||
<tr>
|
||||
<td> <?= _("Spécialité") ?> </td>
|
||||
<td colspan="3"><INPUT style='font-size:9pt;' class="form-control" TYPE="text" value="<?= $specialite ?>" readonly ></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> <?= _("Médecin") ?> </td>
|
||||
<td colspan="3"><INPUT style='font-size:8pt;' class="form-control" TYPE="text" value="<?= $feuillemaladie['medecinConsultation'] ?>" readonly ></td>
|
||||
|
||||
|
|
@ -110,6 +112,7 @@ value= "<?= _("Prestataire") . " => " . $_SESSION['prestataire_C'] . " => " . _(
|
|||
<td align="center" style='font-size:10pt; background-color:#027BE3;color:white;'> <?= $feuillemaladie['numeroBonKine'] ?> </td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td> <?= _("Frais") ?> </td>
|
||||
<td><INPUT style='font-size:10pt;' class="form-control" TYPE="text" value="<?= format_N($this->nettoyer($feuillemaladie['fraisReel'])) ?>" readonly ></td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user