diff --git a/htdocs/fourn/facture/index.php b/htdocs/fourn/facture/index.php
index 93a1c0d7c3a..ae06438c75f 100644
--- a/htdocs/fourn/facture/index.php
+++ b/htdocs/fourn/facture/index.php
@@ -22,10 +22,10 @@
*/
/**
- \file htdocs/fourn/facture/index.php
- \ingroup fournisseur,facture
- \brief Lsite des factures fournisseurs
- \version $Revision$
+ \file htdocs/fourn/facture/index.php
+ \ingroup fournisseur,facture
+ \brief Lsite des factures fournisseurs
+ \version $Revision$
*/
require("./pre.inc.php");
@@ -175,11 +175,11 @@ if ($resql)
print '';
print '';
print '
';
- print '';
+ print '';
print ' | ';
- print '';
+ print '';
print ' | ';
- print '';
+ print '';
print ' | ';
print '';
print ' | ';
@@ -198,10 +198,10 @@ if ($resql)
print "";
print "| facid\">".img_object($langs->trans("ShowBill"),"bill")." ".$obj->facnumber." | \n";
- print "".strftime("%e %b %Y",$obj->date_echeance)." | \n";
+ print "".($obj->date_echeance?dolibarr_print_date($obj->date_echeance):'')." | \n";
print ''.stripslashes("$obj->libelle").' | ';
print '';
- print ''.img_object($langs->trans("ShowSupplier"),"company").' '.$obj->nom.'';
+ print ''.img_object($langs->trans("ShowSupplier"),"company").' '.$obj->nom.'';
print ' | '.price($obj->total_ht).' | ';
print ''.price($obj->total_ttc).' | ';
$total+=$obj->total_ht;