From f28bfc419718049f4458abce4684f0489163711b Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 7 Oct 2021 20:46:06 -0400 Subject: [PATCH] Add menu entry for Pending Customers, for new custorders --- theo/web/menus.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/theo/web/menus.py b/theo/web/menus.py index b5f4b85..8676ac8 100644 --- a/theo/web/menus.py +++ b/theo/web/menus.py @@ -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",