diff --git a/htdocs/fourn/fiche.php b/htdocs/fourn/fiche.php index bc1af9435cd..b95b097bee3 100644 --- a/htdocs/fourn/fiche.php +++ b/htdocs/fourn/fiche.php @@ -213,8 +213,7 @@ if ( $societe->fetch($socid) ) print ""; print ''; print ''; - print img_file(); - print $obj->facnumber.'
'.substr($obj->libelle,0,40).'...'; + print $obj->facnumber.' '.substr($obj->libelle,0,40).'...'; print "".dolibarr_print_date($obj->df).""; print ''.$obj->amount.''; $fac = new FactureFourn($db);