From b44faeb8611967cfbdf8e86fc69944500279bf0a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 4 Sep 2005 19:04:59 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modif=20esth=E9tiques=20mineures?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 91dcd6ce193..f3910ca2013 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -131,7 +131,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,24).''; + print ''.img_object($langs->trans("ShowCompany"),"company").' '.dolibarr_trunc($obj->nom,20).''; print ''.price($obj->total_ttc).''; print ''; $tot_ttc+=$obj->total_ttc;