Merge branch 'master' of https://github.com/thelia/thelia into coupon
# By Etienne Roudeix (7) and Manuel Raynaud (7) # Via Etienne Roudeix (2) and Manuel Raynaud (1) * 'master' of https://github.com/thelia/thelia: tax in loops remove test finish simple list customer page in backoffice debug bar mock getTotalAmoutn in order class tax engine escae output only if it's not an object tax faker insert 19.6 tva create admin customer view and add output info in customer loop update format smarty plugin tax engine model tax engine model create customer admin controller and index controller
This commit is contained in:
@@ -31,6 +31,14 @@
|
||||
<default key="_controller">Thelia\Controller\Admin\CategoryController::defaultAction</default>
|
||||
</route>
|
||||
|
||||
<!-- Customer rule management -->
|
||||
|
||||
<route id="admin.customers" path="/admin/customers">
|
||||
<default key="_controller">Thelia\Controller\Admin\CustomerController::indexAction</default>
|
||||
</route>
|
||||
|
||||
<!-- end Customer rule management -->
|
||||
|
||||
<!-- Categories management -->
|
||||
|
||||
<route id="admin.categories.default" path="/admin/categories">
|
||||
|
||||
Reference in New Issue
Block a user