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 ' | ';