Expose the Units of Measure views in web app

also this declares the CORE-specific product handler to be our default
This commit is contained in:
Lance Edgar 2021-01-21 17:42:06 -06:00
parent 2c8cc67043
commit 06f959cd09
3 changed files with 9 additions and 0 deletions

View file

@ -72,6 +72,11 @@ def simple_menus(request):
'url': url('reportcodes'),
'perm': 'reportcodes.list',
},
{
'title': "Units of Measure",
'url': url('uoms'),
'perm': 'uoms.list',
},
],
},
{