Tweak menu config, handheld views per upstream changes

This commit is contained in:
Lance Edgar 2022-08-21 11:35:03 -05:00
parent a475db3fd5
commit a6871fac95
2 changed files with 45 additions and 45 deletions

View file

@ -51,7 +51,7 @@ def includeme(config):
config.include('tailbone_woocommerce.views.woocommerce')
# batch views
config.include('tailbone.views.handheld')
config.include('tailbone.views.batch.handheld')
config.include('tailbone.views.batch.inventory')
config.include('tailbone.views.batch.importer')