// GetList function : Add the possibility to not use LIMIT in the SQL request
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9433 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user