From 40686fde0d3e78d28a35dc7a953d4b3aac137e00 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 9 Sep 2014 14:51:29 +0200 Subject: [PATCH] Fix: Bad td balance --- htdocs/product/liste.php | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/htdocs/product/liste.php b/htdocs/product/liste.php index 7e4c4f12b10..682cd1dda6a 100644 --- a/htdocs/product/liste.php +++ b/htdocs/product/liste.php @@ -326,12 +326,14 @@ else print ''; print ''; print ''; + // Barcode if (! empty($conf->barcode->enabled)) { print ''; print ''; print ''; } + // Date modification print ''; print ' '; print ''; @@ -370,15 +372,6 @@ else print ' '; print ''; } - else - { - print ''; - print ' '; - print ''; - print ''; - print ' '; - print ''; - } print ''; print $form->selectarray('tosell', array('0'=>$langs->trans('ProductStatusNotOnSellShort'),'1'=>$langs->trans('ProductStatusOnSellShort')),$tosell,1); @@ -388,7 +381,7 @@ else print $form->selectarray('tobuy', array('0'=>$langs->trans('ProductStatusNotOnBuyShort'),'1'=>$langs->trans('ProductStatusOnBuyShort')),$tobuy,1); print ''; - print ''; + print ''; print ''; print ''; print '';