From 7133e8d0974227eda2ea126159c57b7a818e41a0 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Wed, 3 Feb 2021 08:45:01 -0600 Subject: [PATCH] Move the Reporting menu before POS-specific menu --- theo/web/menus.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theo/web/menus.py b/theo/web/menus.py index 36e2734..4017365 100644 --- a/theo/web/menus.py +++ b/theo/web/menus.py @@ -268,6 +268,7 @@ def simple_menus(request): people_menu, products_menu, vendors_menu, + reporting_menu, ] if include_catapult: @@ -278,7 +279,6 @@ def simple_menus(request): menus.append(locsms_menu) menus.extend([ - reporting_menu, admin_menu, ])