mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Run exporters in repeatable read by default (Z#23173095) (#5500)
* Run exporters in repeatable read by default (Z#23173095) * Update src/pretix/helpers/database.py Co-authored-by: Richard Schreiber <schreiber@rami.io> * Rename parameter, add test * Do not run during tests --------- Co-authored-by: Richard Schreiber <schreiber@rami.io>
This commit is contained in:
@@ -661,6 +661,7 @@ class OrderTaxListReport(MultiSheetListExporter):
|
||||
verbose_name = gettext_lazy('Tax split list')
|
||||
category = pgettext_lazy('export_category', 'Order data')
|
||||
description = gettext_lazy("Download a spreadsheet with the tax amounts included in each order.")
|
||||
repeatable_read = False
|
||||
|
||||
@property
|
||||
def sheets(self):
|
||||
|
||||
Reference in New Issue
Block a user