fix: allow download of NB donation records
This commit is contained in:
parent
73dae5e4cc
commit
52a13aafef
|
@ -2,7 +2,7 @@
|
|||
################################################################################
|
||||
#
|
||||
# Rattail -- Retail Software Framework
|
||||
# Copyright © 2010-2023 Lance Edgar
|
||||
# Copyright © 2010-2024 Lance Edgar
|
||||
#
|
||||
# This file is part of Rattail.
|
||||
#
|
||||
|
@ -38,6 +38,7 @@ class NationBuilderCacheDonationView(NationBuilderMasterView):
|
|||
route_prefix = 'nationbuilder.cache.donations'
|
||||
supports_grid_totals = True
|
||||
has_versions = True
|
||||
results_downloadable = True
|
||||
|
||||
labels = {
|
||||
'id': "ID",
|
||||
|
|
Loading…
Reference in a new issue