df
This commit is contained in:
parent
a23560b51b
commit
d33678c773
|
|
@ -255,9 +255,9 @@
|
|||
</div>
|
||||
<div class="col-md-4">
|
||||
<label class="small text-muted fw-bold text-uppercase d-block mb-3"><?= _("Règlement & Convention") ?></label>
|
||||
<div class="mb-3"><small class="text-muted d-block"><?= _("Mode Paiement") ?></small><span class="fw-bold text-primary"><?php liste_options($modepaiement,$gc['codeModePaiementDemande'],false); ?></span></div>
|
||||
<div class="mb-3"><small class="text-muted d-block"><?= _("Convention") ?></small><span class="fw-bold"><?php liste_options($conventions,$gc['codeConvention'],false); ?></span></div>
|
||||
<div class="mb-3"><small class="text-muted d-block"><?= _("Tarif Actes") ?></small><span class="fw-bold"><?php liste_options($tarifActe,$gc['codeTarifActe'],true); ?></span></div>
|
||||
<div class="mb-3"><small class="text-muted d-block"><?= _("Mode Paiement") ?></small><span class="fw-bold text-primary"><?= $modepaiement; ?></span></div>
|
||||
<div class="mb-3"><small class="text-muted d-block"><?= _("Convention") ?></small><span class="fw-bold"><?= $conventions; ?></span></div>
|
||||
<div class="mb-3"><small class="text-muted d-block"><?= _("Tarif Actes") ?></small><span class="fw-bold"><?= $tarifActe; ?></span></div>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<label class="small text-muted fw-bold text-uppercase d-block mb-3"><?= _("Complément Caution") ?></label>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user