Move the Reporting menu before POS-specific menu
This commit is contained in:
parent
ce7efd3c8b
commit
7133e8d097
|
@ -268,6 +268,7 @@ def simple_menus(request):
|
||||||
people_menu,
|
people_menu,
|
||||||
products_menu,
|
products_menu,
|
||||||
vendors_menu,
|
vendors_menu,
|
||||||
|
reporting_menu,
|
||||||
]
|
]
|
||||||
|
|
||||||
if include_catapult:
|
if include_catapult:
|
||||||
|
@ -278,7 +279,6 @@ def simple_menus(request):
|
||||||
menus.append(locsms_menu)
|
menus.append(locsms_menu)
|
||||||
|
|
||||||
menus.extend([
|
menus.extend([
|
||||||
reporting_menu,
|
|
||||||
admin_menu,
|
admin_menu,
|
||||||
])
|
])
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue