Allow download results by default for all CORE views

This commit is contained in:
Lance Edgar 2022-03-06 22:27:13 -06:00
parent 89a705bdbc
commit a94bbc399e

View file

@ -2,7 +2,7 @@
################################################################################ ################################################################################
# #
# Rattail -- Retail Software Framework # Rattail -- Retail Software Framework
# Copyright © 2010-2021 Lance Edgar # Copyright © 2010-2022 Lance Edgar
# #
# This file is part of Rattail. # This file is part of Rattail.
# #
@ -41,6 +41,7 @@ class CoreOfficeMasterView(MasterView):
supports_multiple_engines = True supports_multiple_engines = True
engine_type_key = 'corepos' engine_type_key = 'corepos'
has_local_times = True has_local_times = True
results_downloadable = True
labels = { labels = {
'id': "ID", 'id': "ID",