Merge branch 'master' of github.com:thelia/thelia
This commit is contained in:
@@ -35,4 +35,12 @@ class CustomerController extends BaseAdminController
|
||||
if (null !== $response = $this->checkAuth("admin.customers.view")) return $response;
|
||||
return $this->render("customers", array("display_customer" => 20));
|
||||
}
|
||||
}
|
||||
|
||||
public function viewAction($customer_id)
|
||||
{
|
||||
|
||||
return $this->render("customer-edit", array(
|
||||
"customer_id" => $customer_id
|
||||
));
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user