This commit is contained in:
KONE SOREL 2026-01-22 17:12:05 +00:00
parent 2e2f68a3b4
commit 1c480b4950

View File

@ -121,14 +121,14 @@
<h5 class="mb-0 text-uppercase fw-bold"><?= $status ?></h5>
<small class="opacity-75 <?= $colorText ?>"><?= _("Validé le") ?> <?= dateLang($demande['dateValidationRh'], $_SESSION['lang']) ?></small>
</div>
<?php if($codeStatutPaiement=="9"):?>
<div class="p-3 bg-light">
<label class="small text-muted d-block mb-1"><?= _("Justification de rejet") ?> :</label>
<div class="p-2 text-danger rounded small" style="min-height: 60px; border: 1px solid gray;">
<?= $this->nettoyer($demande['motifRejetRh']) ?>
</div>
</div>
<?php endif;?>
</div>
</div>
</div>