This commit is contained in:
KONE SOREL 2026-01-06 12:58:49 +00:00
parent 00884cce21
commit 44924afe14

View File

@ -39,7 +39,7 @@
<div class="card-body py-3">
<div class="d-flex justify-content-between align-items-center mb-1">
<span class="small text-muted fw-bold text-uppercase"><?= _("Progression du Contrat") ?></span>
<span class="fw-bold"><?= $this->nettoyer($sppoliceentete['ratio_acquise']) ?> %</span>
<span class="fw-bold"><?= number_format($this->nettoyer($sppoliceentete['ratio_acquise']),2) ?> %</span>
</div>
<div class="progress shadow-sm" style="height: 12px;">
<div class="progress-bar bg-primary progress-bar-striped progress-bar-animated"