This commit is contained in:
KONE SOREL 2025-12-31 17:53:59 +00:00
parent fe58e73bf6
commit 4d65e0ea81

View File

@ -94,11 +94,11 @@
</div>
<div class="row g-2 mb-3">
<div class="col-6">
<label class="form-label small"><?= _("Intérêts") ?> (<?= $this->nettoyer($emission['tauxInteret']) ?>%)</label>
<label class="form-label small text-success"><?= _("Intérêts") ?> (<?= $this->nettoyer($emission['tauxInteret']) ?>%)</label>
<input type="text" class="form-control text-end" value="<?= format_N($this->nettoyer($emission['interet'])) ?>" readonly>
</div>
<div class="col-6">
<label class="form-label small"><?= _("Échéances") ?></label>
<label class="form-label small text-success"><?= _("Échéances") ?></label>
<input type="text" class="form-control text-center fw-bold" value="<?= $this->nettoyer($emission['nbEcheance']) ?>" readonly>
</div>
</div>