This commit is contained in:
KONE SOREL 2026-04-09 13:58:24 +00:00
parent cc25ff3441
commit f9b07399d9

View File

@ -47,7 +47,7 @@
<td class="text-start ps-3 fw-bold text-dark border-end"><?= $libelle ?></td>
<td class="fw-bold"><?= $this->nettoyer($v['coefficient']); ?></td>
<td class="text-primary fw-bold"><?= format_N($this->nettoyer($v['forfaitPlafond']));?></td>
<td class="text-danger fw-bold"><?= $this->nettoyer($v['ticketModerateur']);?>%</td>
<td class="text-danger fw-bold"><?= intval($this->nettoyer($v['ticketModerateur']));?>%</td>
<td>
<span class="badge <?= $isActif ? 'bg-success' : 'bg-secondary' ?> rounded-pill">
<?= $isActif ? _("Oui") : _("Non") ?>