mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
QuotaListExporter: Flip incorrect allow_repeatable_read
This commit is contained in:
@@ -1162,7 +1162,7 @@ class QuotaListExporter(ListExporter):
|
||||
yield headers
|
||||
|
||||
quotas = list(self.event.quotas.select_related('subevent'))
|
||||
qa = QuotaAvailability(full_results=True, allow_repeatable_read=False)
|
||||
qa = QuotaAvailability(full_results=True, allow_repeatable_read=True)
|
||||
qa.queue(*quotas)
|
||||
qa.compute()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user