// Code cleaning

This commit is contained in:
Damien Metzger
2013-07-15 18:13:07 +02:00
parent a3039024e7
commit d9c2ec37d4
@@ -275,7 +275,7 @@ class AdminProductsControllerCore extends AdminController
'orderby' => false
);
if ((int)$this->id_current_category)
if ($join_category && (int)$this->id_current_category)
$this->fields_list['position'] = array(
'title' => $this->l('Position'),
'width' => 70,