gr
This commit is contained in:
parent
6b064bbe72
commit
5010e60007
|
|
@ -32,6 +32,8 @@
|
||||||
$statusPaiement = $v['codeStatutPaiement'];
|
$statusPaiement = $v['codeStatutPaiement'];
|
||||||
|
|
||||||
$statut = est_anglophone()? $v['statutEng']: $v['statut'];
|
$statut = est_anglophone()? $v['statutEng']: $v['statut'];
|
||||||
|
$nbDemandeRemb = $v['nbDemandeRemb'];
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="text-center px-3">
|
<td class="text-center px-3">
|
||||||
|
|
@ -51,7 +53,7 @@
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="text-center">
|
<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">
|
<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 ?>
|
<i class="fas fa-check-circle me-1"></i><?= $statut ?>
|
||||||
</span>
|
</span>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user