Ajaxfacture

This commit is contained in:
KONE SOREL 2025-12-14 10:55:09 +00:00
parent 5e55184c63
commit 27f919e40b

View File

@ -150,7 +150,7 @@
<div class="col-12 mb-2"> <div class="col-12 mb-2">
<div class="d-flex justify-content-between align-items-center"> <div class="d-flex justify-content-between align-items-center">
<span class="text-muted small"><?= _("Prestataire") ?></span> <span class="text-muted small"><?= _("Prestataire") ?></span>
<span class="text-end"><?= $this->nettoyer($facture['prestataire']) ?></span> <span class="text-end text-truncate" style="max-width:200px"><?= $this->nettoyer($facture['prestataire']) ?></span>
</div> </div>
</div> </div>