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.'';