This commit is contained in:
KONE SOREL 2026-01-28 17:50:02 +00:00
parent 5010e60007
commit d0f6aa7a55

View File

@ -23,6 +23,7 @@
<th><?= _("Adhérent / Bénéficiaire") ?></th>
<th class="text-center"><?= _("État") ?></th>
<th width="20%"><?= _("Motif / Commentaire") ?></th>
<th width="20%"><?= _("Nb Facture") ?></th>
<th class="text-center"><?= _("Actions") ?></th>
</tr>
</thead>
@ -53,7 +54,7 @@
</div>
</td>
<td class="text-center">
<?php if($statusPaiement == "1" && $nbDemandeRemb > 0): ?>
<?php if($statusPaiement == "1"): ?>
<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>
@ -69,10 +70,13 @@
</td>
<td class="text-truncate" style="max-width: 200px;" title="<?= $this->nettoyer($v['motifRejetRh']) ?>">
<small class="text-muted italic"><?= $v['motifRejetRh'] ?: '-' ?></small>
</td>
<td class="text-center" >
<small class="text-muted italic"><?= $nbDemandeRemb ?></small>
</td>
<td class="text-center">
<div class="btn-group shadow-sm">
<?php if($statusPaiement=="2"): ?>
<?php if($statusPaiement=="2" && $nbDemandeRemb > 0): ?>
<button class="btn btn-sm btn-primary me-2" title="<?= _("Valider") ?>"
onClick="valider_remboursement('<?= $idDemande ?>');">
<i class="fas fa-check"></i>