finish simple list customer page in backoffice

This commit is contained in:
Manuel Raynaud
2013-09-09 16:03:38 +02:00
parent d4ec36e920
commit 66454ef3f0
2 changed files with 35 additions and 4 deletions

View File

@@ -35,6 +35,6 @@ class CustomerController extends BaseAdminController
{
if (null !== $response = $this->checkAuth("admin.customers.view")) return $response;
return $this->render("customers");
return $this->render("customers", array("display_customer" => 20));
}
}