This commit is contained in:
KONE SOREL 2026-05-04 14:50:00 +00:00
parent 5a87cc7fa7
commit 879db1d6e6

View File

@ -98,11 +98,11 @@
<?php endif; ?>
</td>
</tr>
<?php if($codeEtatDemandeFrais == "9"):?>
<tr>
<td> <?= _("Motif") ?> </td>
<td colspan="3"><INPUT class="form-control" TYPE="text" id="motifRefus" NAME="motifRefus" value="<?= $fraisfuneraire['motifRefus'] ?>" style='font-size:10pt;' placeholder="<?= _("Mettre un motif si un refus") ?>"></td>
<td> <?= _("Motif Refus") ?> </td>
<td colspan="3"><INPUT class="form-control" TYPE="text" value="<?= $fraisfuneraire['motifRefus'] ?>" style='font-size:10pt;' readonly></td>
</tr>
<?php endif; ?>