Add master view for CustomerShopper

This commit is contained in:
Lance Edgar 2023-06-11 20:52:24 -05:00
parent 5f4d393db3
commit 92538b87ad
2 changed files with 66 additions and 0 deletions

View file

@ -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',