diff --git a/htdocs/compta/index.php b/htdocs/compta/index.php index db7a1f77a81..3342e8aaf57 100644 --- a/htdocs/compta/index.php +++ b/htdocs/compta/index.php @@ -349,7 +349,7 @@ if ($conf->facture->enabled && $user->rights->facture->lire) print ''.img_object($langs->trans("ShowBill"),"bill").' '.$obj->facnumber.''; if ($obj->datelimite < (time() - $warning_delay)) print img_warning($langs->trans("Late")); print ''; - print ''.img_object($langs->trans("ShowCustomer"),"company").' '.dolibarr_trunc($obj->nom,50).''; + print ''.img_object($langs->trans("ShowCustomer"),"company").' '.dolibarr_trunc($obj->nom,44).''; print ''.price($obj->total).''; print ''.price($obj->total_ttc).''; print ''.price($obj->am).'';