mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Remove unused property
This commit is contained in:
@@ -127,9 +127,6 @@ def get_tickets_for_order(order, base_position=None):
|
||||
if not p.is_enabled:
|
||||
continue
|
||||
|
||||
if p.download_handled_by_frontend:
|
||||
continue
|
||||
|
||||
if p.multi_download_enabled and not base_position:
|
||||
try:
|
||||
if len(positions) == 0:
|
||||
|
||||
Reference in New Issue
Block a user