allow to create a customer in bakcoffice

This commit is contained in:
Manuel Raynaud
2013-10-28 16:55:07 +01:00
parent 1e65ad8cf3
commit 7a2469cdc8
5 changed files with 124 additions and 1 deletions

View File

@@ -114,6 +114,10 @@
<default key="_controller">Thelia\Controller\Admin\CustomerController::deleteAction</default>
</route>
<route id="admin.customer.create" path="/admin/customer/create">
<default key="_controller">Thelia\Controller\Admin\CustomerController::createAction</default>
</route>
<!-- end Customer rule management -->
<!-- address management -->