forked from CGM_Public/pretix_original
Revert "Let plugins allow/prevent the download of individual tickets in an order (#3836)"
This reverts commit e20edab98f.
This commit is contained in:
@@ -33,7 +33,3 @@ class DummyTicketOutput(BaseTicketOutput):
|
||||
|
||||
def generate(self, op):
|
||||
return 'test.txt', 'text/plain', str(op.order.id)
|
||||
|
||||
@property
|
||||
def multi_download_enabled(self) -> bool:
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user