This commit is contained in:
KONE SOREL 2026-01-22 19:25:32 +00:00
parent 22d136aaf0
commit 9eb6933900

View File

@ -75,7 +75,7 @@
<?php else: ?>
<div class="col-12">
<label class="form-label fw-bold"><?= _("Décision de validation") ?> <span class="text-danger">*</span></label>
<select class="form-select border-primary" id="codeStatutPaiementAjax" name="codeStatutPaiementAjax" disabled>
<select class="form-control border-primary" id="codeStatutPaiementAjax" name="codeStatutPaiementAjax" disabled>
<?php liste_options($reponsedemande, $codeStatutPaiement); ?>
</select>
</div>