This commit is contained in:
KONE SOREL 2026-01-22 18:17:19 +00:00
parent 4e34741071
commit 9d354b4919

View File

@ -87,7 +87,7 @@
<label class="form-label fw-bold small"><?= _("Frais de Carte") ?></label>
<div class="input-group">
<input class="form-control text-end" id="fraisCarte" name="fraisCarte" type="number" value="<?=$adherent['fraisCarte']?>">
<span class="input-group-text">FCFA</span>
<span class="input-group-text"><?=$_SESSION['devise_C']?></span>
</div>
</div>