From 180bbdf21f9933e76f45b2e31050fb2bd926be07 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 11 Dec 2004 01:09:03 +0000 Subject: [PATCH] Ajout nombre de facture, montant et statut factures dans liste des factures --- htdocs/fourn/fiche.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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);