This commit is contained in:
KONE SOREL 2026-03-30 09:46:29 +00:00
parent 00ad83fa45
commit 0c73634ac6

View File

@ -162,13 +162,16 @@
</td>
<?php endif; ?>
<?php else: ?>
<?php if ($beneficiaire['codeEtatBeneficiaire']=="V"): ?>
<td align="center" style='font-size:10pt; background-color:blue;color:white;'> <?= $beneficiaire['etatbeneficiaire'] ?> </td>
<?php if (!$estsorti && $beneficiaire['codeEtatBeneficiaire'] == "V"): ?>
<td align="center" style="font-size:10pt; background-color:blue; color:white;">
<?= $beneficiaire['etatbeneficiaireEng'] ?>
</td>
<?php else: ?>
<td align="center" style='font-size:10pt; background-color:red;color:white;'> <?= $beneficiaire['etatbeneficiaire'] ?> </td>
<td align="center" style="font-size:10pt; background-color:red; color:white;">
<?= $beneficiaire['etatbeneficiaireEng'] ?>
</td>
<?php endif; ?>
<?php endif; ?>
<?php else: ?>
<?php if ($estsorti): ?>
<td align="center" style='font-size:10pt; background-color:red;color:white;'> <?= _("Retiré") ?> </td>