diff --git a/htdocs/fourn/card.php b/htdocs/fourn/card.php
index 205d1a89ea6..154800125bf 100644
--- a/htdocs/fourn/card.php
+++ b/htdocs/fourn/card.php
@@ -367,7 +367,11 @@ if ($object->id > 0)
$var=!$var;
print "
";
- print '| '.img_object($langs->trans("ShowOrder"),"order")." ".$obj->ref.' | ';
+ print '';
+ $orderstatic->id=$obj->rowid;
+ $orderstatic->ref=$obj->ref;
+ print $orderstatic->getNomUrl(1);
+ print ' | ';
print '';
if ($obj->dc)
{
|