Add menu entry for Pending Customers, for new custorders

This commit is contained in:
Lance Edgar 2021-10-07 20:46:06 -04:00
parent 13376952a9
commit f28bfc4197

View file

@ -49,6 +49,11 @@ def simple_menus(request):
'url': url('new_custorders'),
'perm': 'new_custorders.list',
},
{
'title': "Pending Customers",
'url': url('pending_customers'),
'perm': 'pending_customers.list',
},
{'type': 'sep'},
{
'title': "All Customer Orders",