This commit is contained in:
KANE LAZENI 2025-12-20 10:34:46 +00:00
parent 6f8f569f9b
commit 64fe24a63d

View File

@ -510,6 +510,7 @@
<th class="text-center"> % </th> <th class="text-center"> % </th>
--> -->
<th class="text-center"> <?= ("Impayé ?") ?> </th> <th class="text-center"> <?= ("Impayé ?") ?> </th>
<th class="text-center"> <?= ("Dépenses") ?> </th>
</tr> </tr>
</thead> </thead>
<tbody style="color: #000;"> <tbody style="color: #000;">
@ -600,6 +601,7 @@
<td class="text-center" > <td class="text-center" >
<?= ebene_check_box_disabled($impaye) ?> <?= ebene_check_box_disabled($impaye) ?>
</td> </td>
<td class="text-center" data-label="Dépenses"><?= format_N($this->nettoyer($beneficiaire['consommation'])) ?></td>
</tr> </tr>
<?php endforeach; ?> <?php endforeach; ?>
</tbody> </tbody>