Allow download results by default for all CORE views
This commit is contained in:
parent
89a705bdbc
commit
a94bbc399e
|
@ -2,7 +2,7 @@
|
|||
################################################################################
|
||||
#
|
||||
# Rattail -- Retail Software Framework
|
||||
# Copyright © 2010-2021 Lance Edgar
|
||||
# Copyright © 2010-2022 Lance Edgar
|
||||
#
|
||||
# This file is part of Rattail.
|
||||
#
|
||||
|
@ -41,6 +41,7 @@ class CoreOfficeMasterView(MasterView):
|
|||
supports_multiple_engines = True
|
||||
engine_type_key = 'corepos'
|
||||
has_local_times = True
|
||||
results_downloadable = True
|
||||
|
||||
labels = {
|
||||
'id': "ID",
|
||||
|
|
Loading…
Reference in a new issue