Move the Reporting menu before POS-specific menu

This commit is contained in:
Lance Edgar 2021-02-03 08:45:01 -06:00
parent ce7efd3c8b
commit 7133e8d097

View file

@ -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,
])