v
This commit is contained in:
parent
bcd2621d28
commit
68e3b740ae
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user