From 8c721b420232ac534102f97a8e71a0de3e1012b6 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 31 May 2006 17:41:03 +0000 Subject: [PATCH] ajout lien sur l'entrepot --- htdocs/expedition/commande.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/expedition/commande.php b/htdocs/expedition/commande.php index 52f05347c6f..c145e618065 100644 --- a/htdocs/expedition/commande.php +++ b/htdocs/expedition/commande.php @@ -474,7 +474,7 @@ if ($_GET["id"] > 0) print ""; print ''; print ''.img_object($langs->trans("ShowProduct"),"product").' '.$obja->ref.' - '.$obja->label; - print ''.$obja->entrepot.''; + print ''.$obja->entrepot.''; print 'Stock : '.$obja->reel.'' .img_warning($langs->trans("Alert")).''; print "\n"; $i++;