Expose POS batch views as "typical"

This commit is contained in:
Lance Edgar 2023-09-24 19:30:59 -05:00
parent 5a2612acab
commit 3e56950872
2 changed files with 6 additions and 0 deletions

View file

@ -513,6 +513,11 @@ class MenuHandler(GenericHandler):
'route': 'batch.importer',
'perm': 'batch.importer.list',
},
{
'title': "POS",
'route': 'batch.pos',
'perm': 'batch.pos.list',
},
],
}