This commit is contained in:
KONE SOREL 2026-03-14 16:19:03 +00:00
parent d057fa0ad4
commit 7fc6784853

View File

@ -168,11 +168,15 @@
<div class="col-md-4">
<h6 class="fw-bold text-muted small text-uppercase mb-3"><?= _("Comptabilité") ?></h6>
<div class="p-2 rounded bg-light border-start border-3 border-info mb-2">
<small class="text-muted d-block"> Compte TP</small>
<small class="text-muted d-block"><?= _("N° Compte Contribuable") ?></small>
<span class="fw-bold small"><?= $this->nettoyer($gc['numeroCompteContribuable']) ?></span>
</div>
<div class="p-2 rounded bg-light border-start border-3 border-info mb-2">
<small class="text-muted d-block"><?= _("N° Compte Tiers Payant") ?></small>
<span class="fw-bold small"><?= $this->nettoyer($gc['numerodeCompteComptableTP']) ?></span>
</div>
<div class="p-2 rounded bg-light border-start border-3 border-warning">
<small class="text-muted d-block"> Compte RD</small>
<small class="text-muted d-block"><?= _("N° Compte Remboursement Direct") ?></small>
<span class="fw-bold small"><?= $this->nettoyer($gc['numerodeCompteComptableRD']) ?></span>
</div>
</div>