From 57f32930f6f318a377a25f549a7b813ce0a9e769 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 5 Dec 2005 20:52:43 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modif=20esth=E9tique=20mineur.=20Date?= =?UTF-8?q?=20align=E9e=20centr=E9e.=20Reference=20affich=E9e=20dans=20tit?= =?UTF-8?q?le.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/fourn/facture/index.php | 2 +- htdocs/fourn/fiche.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/fourn/facture/index.php b/htdocs/fourn/facture/index.php index 45ff934e353..9bc99843e0e 100644 --- a/htdocs/fourn/facture/index.php +++ b/htdocs/fourn/facture/index.php @@ -197,7 +197,7 @@ if ($resql) $var=!$var; print ""; - print "facid\">".img_object($langs->trans("ShowBill"),"bill")." ".$obj->facnumber."\n"; + print ''.img_object($langs->trans("ShowBill"),"bill").' '.dolibarr_trunc($obj->facnumber,20)."\n"; print ''.dolibarr_print_date($obj->date_echeance).''; print ''.dolibarr_trunc(stripslashes("$obj->libelle"),44).''; print ''; diff --git a/htdocs/fourn/fiche.php b/htdocs/fourn/fiche.php index f07ec4ec980..9c86df801a8 100644 --- a/htdocs/fourn/fiche.php +++ b/htdocs/fourn/fiche.php @@ -284,7 +284,7 @@ if ( $societe->fetch($socid) ) print ''; print ''; print img_object($langs->trans('ShowBill'),'bill').' '.$obj->facnumber.' '.dolibarr_trunc($obj->libelle,14).''; - print ''.dolibarr_print_date($obj->df).''; + print ''.dolibarr_print_date($obj->df).''; print ''.price($obj->amount).''; print ''.$facturestatic->LibStatutShort($obj->paye,$obj->fk_statut).''; print '';