This commit is contained in:
KONE SOREL 2026-03-16 11:26:06 +00:00
parent 9bf2174502
commit 2118e845dc

View File

@ -69,10 +69,10 @@
<?php if($codeModecalculPrime=="TA"): ?>
<div class="row align-items-center mb-1 p-3 bg-primary-ghost rounded">
<div class="col-md-3">
<div class="col-md-2">
<label class="small text-muted fw-bold text-uppercase"><?= _("Type Tranche d'Âge") ?></label>
</div>
<div class="col-md-9">
<div class="col-md-10">
<select class="form-control bg-white border-0 fw-bold shadow-sm" disabled>
<?php liste_options($typesTranches,$this->nettoyer($produit['codeEnteteTrancheAge'])); ?>
</select>