cd
This commit is contained in:
parent
5010e60007
commit
d0f6aa7a55
|
|
@ -23,6 +23,7 @@
|
||||||
<th><?= _("Adhérent / Bénéficiaire") ?></th>
|
<th><?= _("Adhérent / Bénéficiaire") ?></th>
|
||||||
<th class="text-center"><?= _("État") ?></th>
|
<th class="text-center"><?= _("État") ?></th>
|
||||||
<th width="20%"><?= _("Motif / Commentaire") ?></th>
|
<th width="20%"><?= _("Motif / Commentaire") ?></th>
|
||||||
|
<th width="20%"><?= _("Nb Facture") ?></th>
|
||||||
<th class="text-center"><?= _("Actions") ?></th>
|
<th class="text-center"><?= _("Actions") ?></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
@ -53,7 +54,7 @@
|
||||||
</div>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td class="text-center">
|
<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">
|
<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>
|
||||||
|
|
@ -69,10 +70,13 @@
|
||||||
</td>
|
</td>
|
||||||
<td class="text-truncate" style="max-width: 200px;" title="<?= $this->nettoyer($v['motifRejetRh']) ?>">
|
<td class="text-truncate" style="max-width: 200px;" title="<?= $this->nettoyer($v['motifRejetRh']) ?>">
|
||||||
<small class="text-muted italic"><?= $v['motifRejetRh'] ?: '-' ?></small>
|
<small class="text-muted italic"><?= $v['motifRejetRh'] ?: '-' ?></small>
|
||||||
|
</td>
|
||||||
|
<td class="text-center" >
|
||||||
|
<small class="text-muted italic"><?= $nbDemandeRemb ?></small>
|
||||||
</td>
|
</td>
|
||||||
<td class="text-center">
|
<td class="text-center">
|
||||||
<div class="btn-group shadow-sm">
|
<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") ?>"
|
<button class="btn btn-sm btn-primary me-2" title="<?= _("Valider") ?>"
|
||||||
onClick="valider_remboursement('<?= $idDemande ?>');">
|
onClick="valider_remboursement('<?= $idDemande ?>');">
|
||||||
<i class="fas fa-check"></i>
|
<i class="fas fa-check"></i>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user