This commit is contained in:
KONE SOREL 2025-12-31 16:09:20 +00:00
parent 2b378e5a0e
commit 4d597c8f6b

View File

@ -21,18 +21,18 @@
<div class="card-body">
<div class="row g-3">
<div class="col-md-4">
<label for="codeProduit" class="form-label"><?= _("Catégorie") ?></label>
<label for="codeProduit" class="form-label small fw-bold text-uppercase"><?= _("Catégorie") ?></label>
<select class="form-control" id="codeProduit" name="codeProduit" readonly>
<?php liste_options($produit, $this->nettoyer($collegeTemp['codeProduit'])); ?>
</select>
</div>
<div class="col-md-4">
<label for="libelleCollege" class="form-label"><?= _("Collège") ?></label>
<label for="libelleCollege" class="form-label small fw-bold text-uppercase"><?= _("Collège") ?></label>
<input type="text" class="form-control" id="libelleCollege" name="libelleCollege"
value="<?= $collegeTemp['libelleCollege'] ?>" readonly>
</div>
<div class="col-md-4">
<label for="rachatTm" class="form-label"><?= _("Rachat TM") ?></label>
<label for="rachatTm" class="form-label small fw-bold text-uppercase"><?= _("Rachat TM") ?></label>
<select class="form-control" id="rachatTm" name="rachatTm" readonly>
<?php liste_options($rachattm, $collegeTemp['rachatTm'], true); ?>
</select>