This commit is contained in:
KANE LAZENI 2025-12-11 10:24:50 +00:00
parent 32c6abf1be
commit f7959295f5

View File

@ -288,7 +288,6 @@
<th style='border-right:1px solid #ddd !important;' width="10%" class="bg-success text-center"> <?= _("Limites") ?> </th>
<th style='border-right:1px solid #ddd !important;' width="10%" class="bg-secondary text-center"> <?= _("Consommations") ?> </th>
<th style='border-right:1px solid #ddd !important;' width="10%" class="bg-secondary text-center"> <?= _("Solde") ?> </th>
<th style='border-right:1px solid #ddd !important;' width="10%" class="bg-secondary text-center"> <?= _("Parent") ?> </th>
</tr>
</thead>
@ -326,7 +325,6 @@
<td align='center' ><?= $plafondFamille ?></td>
<td align='center'><?= format_N($this->nettoyer($v['consommationFamille'])) ?></td>
<td align='center' ><?= format_N($this->nettoyer($v['soldeGarantieFamille'])) ?></td>
<td align='center' ><?= $this->nettoyer($v['garantieparentaffichage']) ?></td>
</tr>
<?php endforeach; ?>
</tbody>