// Fix list of adminProducts (was called twice, causing a bug on multishop product lang)

This commit is contained in:
rMalie
2012-04-24 09:15:19 +00:00
parent dd5dbdd6e7
commit f337ef87e9
@@ -272,7 +272,8 @@ class AdminProductsControllerCore extends AdminController
$orderBy = 'id_'.$this->table;
$orderWay = 'ASC';
}
parent::getList($id_lang, $orderBy, $orderWay, $start, $limit, $id_lang_shop);
parent::getList($id_lang, $orderBy, $orderWay, $start, $limit, $this->context->shop->id);
/* update product quantity with attributes ...*/
$nb = count($this->_list);