From e82301e001a3014204a7f32e798bfb29428dcd57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Mon, 19 Jan 2015 19:07:34 +0100 Subject: [PATCH] Update card.php --- htdocs/fourn/card.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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) {