finish simple list customer page in backoffice
This commit is contained in:
@@ -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));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user