a
This commit is contained in:
parent
5107f852af
commit
3c0eb30cd2
|
|
@ -82,6 +82,12 @@
|
|||
|
||||
$dentisteriePossible = $this->nettoyer($feuillemaladie['dentisteriePossible']);
|
||||
$optiquePossible = $this->nettoyer($feuillemaladie['optiquePossible']);
|
||||
$specialite = $this->nettoyer($feuillemaladie['specialite']);
|
||||
|
||||
if (est_anglophone())
|
||||
{
|
||||
$specialite = $this->nettoyer($feuillemaladie['specialiteEng']);
|
||||
}
|
||||
?>
|
||||
|
||||
<button type="button" class="sr-only" id="btn_refresh" name="btn_refresh" onClick="javascript:feuillemaladie();" > </button>
|
||||
|
|
@ -141,7 +147,6 @@
|
|||
<INPUT class="sr-only" TYPE="text" id="nbreActeEntentePrealable" NAME="nbreActeEntentePrealable" value="<?= $nbreActeEntentePrealable ?>">
|
||||
<INPUT class="sr-only" TYPE="text" id="idProformaHospitalisation" NAME="idProformaHospitalisation" value="<?= $idProformaHospitalisation ?>">
|
||||
|
||||
<!-- <button class="sr-only" id="btn_imprimer_feuille_maladie" name="btn_imprimer_feuille_maladie" type="button" data-bs-toggle="modal" data-bs-target="#pop_imprimer_feuille_maladie" style='font-size:10pt;' > </button>-->
|
||||
<button type="button" class="sr-only" id="btn_imprimer_bon" name="btn_imprimer_bon" data-bs-toggle="modal" data-bs-target="#pop_imprimer_bon" style='font-size:10pt;' > </button>
|
||||
|
||||
<!-- Ajouté le 07-06-2023 -->
|
||||
|
|
@ -415,10 +420,10 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td width="8%" > <?= _("Consultation") ?> </td>
|
||||
<td width="15%" > <INPUT style='font-size:8pt;' class="form-control" TYPE="text" value="<?= dateLang($this->nettoyer($feuillemaladie['dateConsultation'])) ?>" readonly> </td>
|
||||
<td width="15%" > <INPUT style='font-size:10pt;' class="form-control" TYPE="text" value="<?= dateLang($this->nettoyer($feuillemaladie['dateConsultation'])) ?>" readonly> </td>
|
||||
|
||||
<td width="8%" align="center"> <?= _("Date Survénance") ?> </td>
|
||||
<td width="15%" ><INPUT style='font-size:8pt;' class="form-control" TYPE="text" value="<?= dateLang($this->nettoyer($feuillemaladie['dateSurvenance'])) ?>" readonly></td>
|
||||
<td width="15%" ><INPUT style='font-size:10pt;' class="form-control" TYPE="text" value="<?= dateLang($this->nettoyer($feuillemaladie['dateSurvenance'])) ?>" readonly></td>
|
||||
|
||||
|
||||
<td width="8%" align="center"> <?= _("Date Système") ?> </td>
|
||||
|
|
@ -444,8 +449,13 @@
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<!--
|
||||
<td > <?= _("Observation") ?> </td>
|
||||
<td colspan="5"><INPUT style='font-size:8pt;' class="form-control" TYPE="text" value="<?= $this->nettoyer($feuillemaladie['observations']) ?>" readonly ></td>
|
||||
-->
|
||||
<td align="center"> <?= _("Spécialité") ?> </td>
|
||||
<td><INPUT style='font-size:8pt;' class="form-control" TYPE="text" value="<?= $specialite ?>" readonly ></td>
|
||||
|
||||
|
||||
<td align="center"> <?= _("Optique") ?> </td>
|
||||
<td align="center" style='font-size:10pt; background-color:blue;color:white;'> <?= $feuillemaladie['numeroBonOptique'] ?> </td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user