From b42a0ac1a628e065d23e2e2aabf1aed01a91cefa Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 23 Aug 2005 22:14:52 +0000 Subject: [PATCH] Fix: Patch de remi --- 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 38e9c54dda6..f502dddc33d 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 "".($obj->date_echeance?dolibarr_print_date($obj->date_echeance):'')."\n"; + print ''.dolibarr_print_date($obj->date_echeance).''; print ''.dolibarr_trunc(stripslashes("$obj->libelle"),44).''; print ''; print ''.img_object($langs->trans("ShowSupplier"),"company").' '.$obj->nom.'';