diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php
index 9df65cfd7c8..68cff3dc49c 100644
--- a/htdocs/compta/facture.php
+++ b/htdocs/compta/facture.php
@@ -3233,7 +3233,12 @@ else
}
print '';
- print '
'.img_object($langs->trans('ShowCompany'),'company').' '.dol_trunc($objp->nom,48).' | ';
+ print '';
+ $thirdparty=new Societe($db);
+ $thirdparty->id=$objp->socid;
+ $thirdparty->nom=$objp->nom;
+ print $thirdparty->getNomUrl(1,'customer');
+ print ' | ';
print ''.price($objp->total).' | ';