This commit is contained in:
KONE SOREL 2026-03-16 10:49:55 +00:00
parent 1c00d3c7e2
commit 7f834374ca

View File

@ -12,11 +12,6 @@
<h4 id="titre-page" class="mb-0 fw-bold text-uppercase"><?= $this->nettoyer($produit['libelle']) ?></h4>
<p class="text-muted small mb-0"><?= _("Code Produit :") ?> <span class="badge bg-light text-primary border"><?= $this->nettoyer($produit['codeProduit']) ?></span></p>
</div>
<div class="text-end">
<button class="btn btn-light rounded-pill px-4 fw-bold shadow-xs border" onClick="retour_liste_produits();">
<i class="fas fa-arrow-left me-2"></i><?= _("Retour à la liste") ?>
</button>
</div>
</div>
</div>