Expose, start to honor "units only" setting for products

This commit is contained in:
Lance Edgar 2023-01-07 11:52:37 -06:00
parent 8c201dced7
commit c6765fd9a9
3 changed files with 33 additions and 14 deletions

View file

@ -2,7 +2,7 @@
################################################################################
#
# Rattail -- Retail Software Framework
# Copyright © 2010-2020 Lance Edgar
# Copyright © 2010-2023 Lance Edgar
#
# This file is part of Rattail.
#
@ -41,7 +41,6 @@ class ImporterBatchView(BatchMasterView):
"""
model_class = model.ImporterBatch
default_handler_spec = 'rattail.batch.importer:ImporterBatchHandler'
model_title_plural = "Import / Export Batches"
route_prefix = 'batch.importer'
url_prefix = '/batches/importer'
template_prefix = '/batch/importer'