From b6daae32dbf11335bc35d26350137a2378e058eb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 14 Jul 2005 14:39:43 +0000 Subject: [PATCH] Look: On limite longueur box factures brouillons --- htdocs/compta/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php index 165ce23b362..13c3f991095 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -133,7 +133,7 @@ if ($conf->facture->enabled && $user->rights->facture->lire) $obj = $db->fetch_object($resql); $var=!$var; print ''.img_object($langs->trans("ShowBill"),"bill").' '.$obj->facnumber.''; - print ''.img_object($langs->trans("Showcompany"),"company").' '.dolibarr_trunc($obj->nom,44).''; + print ''.img_object($langs->trans("ShowCompany"),"company").' '.dolibarr_trunc($obj->nom,24).''; $i++; }