From 094fd356d147ce246a23082fa94b8c9b702d6db7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 31 Aug 2005 21:30:57 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Les=20dates=20dans=20les=20tableau=20so?= =?UTF-8?q?nt=20align=E9es=20"centr=E9es"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/fourn/facture/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/fourn/facture/index.php b/htdocs/fourn/facture/index.php index f502dddc33d..45ff934e353 100644 --- a/htdocs/fourn/facture/index.php +++ b/htdocs/fourn/facture/index.php @@ -198,7 +198,7 @@ if ($resql) print ""; print "facid\">".img_object($langs->trans("ShowBill"),"bill")." ".$obj->facnumber."\n"; - print ''.dolibarr_print_date($obj->date_echeance).''; + print ''.dolibarr_print_date($obj->date_echeance).''; print ''.dolibarr_trunc(stripslashes("$obj->libelle"),44).''; print ''; print ''.img_object($langs->trans("ShowSupplier"),"company").' '.$obj->nom.'';