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;