diff --git a/htdocs/fourn/facture/index.php b/htdocs/fourn/facture/index.php
index c2a65a6a201..42cc3367248 100644
--- a/htdocs/fourn/facture/index.php
+++ b/htdocs/fourn/facture/index.php
@@ -136,7 +136,7 @@ if ($result)
$soc->fetch($socid);
}
- print_barre_liste("Factures fournisseur".($socid?" $soc->nom":""),$page,"index.php","&socidp=$socidp",$sortfield,$sortorder,'',$num);
+ print_barre_liste($langs->trans("BillsSuppliers").($socid?" $soc->nom":""),$page,"index.php","&socidp=$socidp",$sortfield,$sortorder,'',$num);
print '
';
print '';
@@ -156,10 +156,12 @@ if ($result)
print "
";
print "| facid\">".img_file()."\n";
- print " facid\">$obj->facnumber | \n";
+ print " facid\">$obj->facnumber\n";
print "".strftime("%d %b %Y",$obj->datef)." | \n";
print ''.stripslashes("$obj->libelle").' | ';
- print "socid\">$obj->nom | \n";
+ print '';
+ print ''.img_object($langs->trans("ShowSupplier"),"company").'';
+ print ' '.$obj->nom.'';
print ' | '.price($obj->total_ht).' | ';
print ''.price($obj->total_ttc).' | ';
// Affiche statut de la facture
diff --git a/htdocs/fourn/index.php b/htdocs/fourn/index.php
index 0f5a48b1f62..5c9877e892d 100644
--- a/htdocs/fourn/index.php
+++ b/htdocs/fourn/index.php
@@ -102,7 +102,7 @@ if ($result)
$num = $db->num_rows();
$i = 0;
- print_barre_liste("Liste des fournisseurs", $page, "index.php", "", $sortfield, $sortorder, '', $num);
+ print_barre_liste($langs->trans("ListOfSuppliers"), $page, "index.php", "", $sortfield, $sortorder, '', $num);
print '