// products can be filtered by category again

This commit is contained in:
vChabot
2012-05-18 13:18:17 +00:00
parent d0003eb6d4
commit 2c7c1162d4
@@ -271,9 +271,6 @@ class AdminProductsControllerCore extends AdminController
$orderBy = 'id_'.$this->table;
$orderWay = 'ASC';
}
if (!Tools::isSubmit('productFilter_active'))
$this->_filter = '';
parent::getList($id_lang, $orderBy, $orderWay, $start, $limit, $this->context->shop->id);
/* update product quantity with attributes ...*/