This commit is contained in:
KONE SOREL 2026-01-22 19:24:45 +00:00
parent 928fad334e
commit 22d136aaf0

View File

@ -32,7 +32,7 @@
<label class="form-label small fw-bold text-muted text-uppercase"><?= _("Référence de la demande") ?></label>
<div class="input-group shadow-sm">
<span class="input-group-text bg-white"><i class="fas fa-hashtag text-primary"></i></span>
<input class="form-control fw-bold bg-white" type="text" value="<?= $numeroDemandeRemboursement; ?>" disabled>
<input class="form-control fw-bold" type="text" value="<?= $numeroDemandeRemboursement; ?>" disabled>
</div>
</div>