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++; }