Fixed pagination, and factorized pager

This commit is contained in:
Franck Allimant
2014-04-18 19:52:45 +02:00
parent 37c33025d0
commit dcac104b75
6 changed files with 875 additions and 786 deletions

View File

@@ -171,7 +171,6 @@ class CustomerController extends AbstractCrudController
{
return $this->render('customers', array_merge(array(
'customer_order' => $currentOrder,
'display_customer' => 20,
'page' => $this->getRequest()->get('page', 1)
), $customParams)
);