gr
This commit is contained in:
parent
6b064bbe72
commit
5010e60007
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user