This commit is contained in:
KANE LAZENI 2026-01-29 11:38:50 +00:00
parent 16ec57586a
commit 3dcc16c6ee

View File

@ -5,6 +5,8 @@ Ajaxfacturesclassiquesfiltre /
<tr>
<th style='text-align:center'> Date </th>
<th style='text-align:center'> <?= _("Date Saisie") ?> </th>
<th> <?= _("Bénéficiaire") ?> </th>
<th style='text-align:center'> <?= _("Numéro") ?> </th>
<th> <?= _("Prestataire Consultation") ?> </th>
<th style='text-align:center'> <?= _("No Lot") ?> </th>
<th style='text-align:center'> <?= _("Frais") ?> </th>
@ -23,6 +25,8 @@ Ajaxfacturesclassiquesfiltre /
<tr valign="top">
<td align='center'><?= dateLang($this->nettoyer($dossier['dateConsultation'])) ?></td>
<td align='center'><?= dateheureLang($this->nettoyer($dossier['dateSysteme'])) ?></td>
<td><?= $this->nettoyer($dossier['beneficiaire']) ?></td>
<td align='center'> <?= $this->nettoyer($dossier['numeroBeneficiaire']) ?></td>
<td><?= $this->nettoyer($dossier['prestataireConsultation']) ?></td>
<td align="center">
<input class="form-control btn btn-primary" type="button" value="<?= $numeroLotDecompte ?>"