This commit is contained in:
KONE SOREL 2026-01-28 17:45:55 +00:00
parent 6b064bbe72
commit 5010e60007

View File

@ -32,6 +32,8 @@
$statusPaiement = $v['codeStatutPaiement'];
$statut = est_anglophone()? $v['statutEng']: $v['statut'];
$nbDemandeRemb = $v['nbDemandeRemb'];
?>
<tr>
<td class="text-center px-3">
@ -51,7 +53,7 @@
</div>
</td>
<td class="text-center">
<?php if($statusPaiement == "1"): ?>
<?php if($statusPaiement == "1" && $nbDemandeRemb > 0): ?>
<span class="badge bg-success-subtle text-success border border-success-subtle rounded-pill px-3">
<i class="fas fa-check-circle me-1"></i><?= $statut ?>
</span>