diff --git a/htdocs/fourn/facture/index.php b/htdocs/fourn/facture/index.php
index bb7f94e6f54..438798c1016 100644
--- a/htdocs/fourn/facture/index.php
+++ b/htdocs/fourn/facture/index.php
@@ -201,7 +201,10 @@ if ($resql)
$var=!$var;
print "
";
- print '| '.img_object($langs->trans("ShowBill"),"bill").' '.$obj->ref."";
+ print ' | ';
+ $facturestatic->id=$obj->facid;
+ $facturestatic->ref=$obj->facnumber;
+ print $facturestatic->getNomUrl(1);
if (($obj->paye == 0) && ($obj->fk_statut > 0) && $obj->date_echeance < (time() - $conf->facture->fournisseur->warning_delay)) print img_picto($langs->trans("Late"),"warning");
print " | \n";
print ''.dolibarr_trunc($obj->facnumber,10)." | ";