This commit is contained in:
KONE SOREL 2026-01-02 08:28:59 +00:00
parent bcd2621d28
commit 68e3b740ae

View File

@ -182,10 +182,10 @@
<tr>
<th><?= _("Récapitulatif") ?></th>
<th><?= _("Adhérent") ?></th>
<th><?= _("Dépendants") ?></th>
<th><?= _("Total Adh") ?></th>
<th><?= _("Total Dép") ?></th>
<th><?= _("Total Fam") ?></th>
<th><?= _("Dépendant") ?></th>
<th><?= _("Total Adhérent") ?></th>
<th><?= _("Total Dépendant") ?></th>
<th><?= _("Total Famille") ?></th>
</tr>
</thead>
@ -198,7 +198,8 @@
<td><?= format_N($this->nettoyer($collegeTemp['primeTtcBeneficiaire_total'])) ?></td>
<td><?= format_N($this->nettoyer($collegeTemp['primeTtc_total'])) ?></td>
</tr>
<tr class="text-primary">
<tr style="color:blue !important;">
<td><?= _("Prime Nette Statistique") ?></td>
<td><?= format_N($this->nettoyer($collegeTemp['primeNetteStat'])) ?></td>
<td><?= format_N($this->nettoyer($collegeTemp['primeNetteStatBeneficiaire'])) ?></td>