This commit is contained in:
KONE SOREL 2026-04-09 19:28:39 +00:00
parent 075c71e2e7
commit c7103e753d

View File

@ -15,7 +15,7 @@
<p class="text-muted small mb-0">
<?= _("Produit") ?> : <span class="fw-bold badge bg-light text-primary border"><?= $this->nettoyer($produit['codeProduit']) ?></span>
<span class="fw-bold badge bg-light text-primary border"><?= $this->nettoyer($produit['libelle']) ?></span>
<?php if(!$isArchive): ?>
<?php if(!$isEditable): ?>
<span class="badge bg-info-ghost text-info text-uppercase" style="font-size: 7pt;"><?= _("Archivé") ?></span>
<?php endif; ?>
</p>