fg
This commit is contained in:
parent
d057fa0ad4
commit
7fc6784853
|
|
@ -168,11 +168,15 @@
|
||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<h6 class="fw-bold text-muted small text-uppercase mb-3"><?= _("Comptabilité") ?></h6>
|
<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">
|
<div class="p-2 rounded bg-light border-start border-3 border-info mb-2">
|
||||||
<small class="text-muted d-block">N° 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>
|
<span class="fw-bold small"><?= $this->nettoyer($gc['numerodeCompteComptableTP']) ?></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="p-2 rounded bg-light border-start border-3 border-warning">
|
<div class="p-2 rounded bg-light border-start border-3 border-warning">
|
||||||
<small class="text-muted d-block">N° Compte RD</small>
|
<small class="text-muted d-block"><?= _("N° Compte Remboursement Direct") ?></small>
|
||||||
<span class="fw-bold small"><?= $this->nettoyer($gc['numerodeCompteComptableRD']) ?></span>
|
<span class="fw-bold small"><?= $this->nettoyer($gc['numerodeCompteComptableRD']) ?></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user