This commit is contained in:
KONE SOREL 2026-05-04 14:48:57 +00:00
parent 3ddece516f
commit 5a87cc7fa7

View File

@ -17,6 +17,8 @@
<input class="sr-only" type="text" id="regle" name="regle" value="<?= $regle ?>" >
<input class="sr-only" type="text" id="demandeReglement" name="demandeReglement" value="<?= $demandeReglement ?>" >
<input class="sr-only" type="text" id="codeEtatDemandeFrais" name="codeEtatDemandeFrais" value="<?= $codeEtatDemandeFrais ?>" >
<?php if ($numeroFraisFuneraire>"0"): ?>
<input style='text-align:center; font-size:11pt;' class="form-control" type="text" value= "Informations sur la demande de frais funéraires => No Lot : <?= $numeroLotDecompte ?>" readonly >
@ -96,6 +98,13 @@
<?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>
</tr>
<?php endif; ?>
<tr>
<td colspan="4"> <input style='text-align:center; font-size:11pt; background-color:blue;color:white;' class="form-control" type="text" value= "Informations sur le paiement effectif" disabled > </td>