Add master view for CustomerShopper
This commit is contained in:
parent
5f4d393db3
commit
92538b87ad
2 changed files with 66 additions and 0 deletions
|
@ -343,6 +343,11 @@ class MenuHandler(GenericHandler):
|
|||
'route': 'customers',
|
||||
'perm': 'customers.list',
|
||||
},
|
||||
{
|
||||
'title': "Customer Shoppers",
|
||||
'route': 'customer_shoppers',
|
||||
'perm': 'customer_shoppers.list',
|
||||
},
|
||||
{
|
||||
'title': "Customer Groups",
|
||||
'route': 'customergroups',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue