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