diff --git a/htdocs/inventory/list.php b/htdocs/inventory/list.php index cb5b2593c32..ff2c5e4d8d4 100644 --- a/htdocs/inventory/list.php +++ b/htdocs/inventory/list.php @@ -48,6 +48,9 @@ $list = new ListView($db, 'listInventory'); $THide = array('label','title'); echo $list->render(Inventory::getSQL('All'), array( + 'limit' => array( + 'nbLine' => GETPOST('limit') + ), 'allow-field-select' => true, 'link'=>array( 'fk_warehouse'=>''.img_picto('','object_stock.png','',0).' @label@'