From 3861c9ec3fa488d4520b3bfe40e433be88ae40bb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 2 Jul 2006 16:19:57 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Limite=20longueur=20libell=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/facture.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index b08f95987a9..feca0e90782 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -2596,7 +2596,7 @@ else { print '!!!'; } - print ''.img_object($langs->trans('ShowCompany'),'company').' '.$objp->nom.''; + print ''.img_object($langs->trans('ShowCompany'),'company').' '.dolibarr_trunc($objp->nom,48).''; print ''.price($objp->total).''; print ''.price($objp->total_ttc).''; print ''.price($objp->am).'';