From 5b9398ed169939e503f0285bbc2f2310d45785cb Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 26 Aug 2010 22:28:04 +0000 Subject: [PATCH] Fix: Show correct information --- htdocs/fourn/commande/fiche.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/htdocs/fourn/commande/fiche.php b/htdocs/fourn/commande/fiche.php index 5bc96fe905a..3c4ca2ea9aa 100644 --- a/htdocs/fourn/commande/fiche.php +++ b/htdocs/fourn/commande/fiche.php @@ -1096,13 +1096,7 @@ if ($id > 0 || ! empty($ref)) // Show range print_date_range($commandline->date_start,$commandline->date_end); - /* - print ''; - print img_object($langs->trans('ShowProduct'),'product'); - print ' '.$commandline->ref_fourn.''; - print ' ('.$commandline->ref.')'; - print ' - '.nl2br($commandline->product); - print '
';*/ + print '
'; } else {