From f082b7407107bbcbad7709b3881c904051860ebb Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 31 May 2006 17:36:51 +0000 Subject: [PATCH] ajout lien vers bon de livraison et image alerte sur le stock --- htdocs/expedition/commande.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/htdocs/expedition/commande.php b/htdocs/expedition/commande.php index 450546bf5a3..ea33a5ec6fb 100644 --- a/htdocs/expedition/commande.php +++ b/htdocs/expedition/commande.php @@ -473,9 +473,8 @@ if ($_GET["id"] > 0) $obja = $db->fetch_object($resql); print ""; print ''; - print img_warning($langs->trans("Alert")); print ''.img_object($langs->trans("ShowProduct"),"product").' '.$obja->ref.' - '.$obja->label; - print ''.$obja->entrepot.'Stock : '.$obja->reel.''.img_warning($langs->trans("Alert")).''; + print ''.$obja->entrepot.'Stock : '.$obja->reel.'' .img_warning($langs->trans("Alert")).''; print "\n"; $i++; }