This commit is contained in:
KONE SOREL 2026-04-10 13:10:11 +00:00
parent 55003b426d
commit bd1d0ca239

View File

@ -31,7 +31,7 @@
<label class="form-label small fw-bold text-muted required"><?= _("Forfait") ?></label>
<div class="input-group">
<span class="input-group-text bg-light text-success"><i class="fas fa-money-bill-wave"></i></span>
<input class="form-control text-center fw-bold" type="text" value="0" id="accessoireForfait" name="accessoireForfait" onkeyup="controle_numerique(this);" onblur="formatMonetaire(this);">
<input class="form-control text-center fw-bold border-2 border-start-0 border-primary" type="text" value="0" id="accessoireForfait" name="accessoireForfait" onkeyup="controle_numerique(this);" onblur="formatMonetaire(this);">
</div>
</div>
</div>