// GetList function : Add the possibility to not use LIMIT in the SQL request

This commit is contained in:
dSevere
2011-10-18 17:42:11 +00:00
parent a7654b10c1
commit 23711c0971
3 changed files with 114 additions and 104 deletions
@@ -93,8 +93,8 @@ class AdminStockManagementController extends AdminController
$this->identifier = 'id_product_attribute';
$this->display = 'list';
// get list
$this->getList($this->context->language->id);
// get list and force no limit clause in the request
$this->getList($this->context->language->id, null, null, 0, false);
// Render list
$helper = new HelperList();