mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Fix incorrect detail in 9eb2d4301
This commit is contained in:
@@ -119,7 +119,7 @@ class CheckinList(LoggedModel):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def positions(self):
|
def positions(self):
|
||||||
return self.positions_query(ignore_status=True)
|
return self.positions_query(ignore_status=False)
|
||||||
|
|
||||||
@scopes_disabled()
|
@scopes_disabled()
|
||||||
def positions_inside_query(self, ignore_status=False, at_time=None):
|
def positions_inside_query(self, ignore_status=False, at_time=None):
|
||||||
|
|||||||
Reference in New Issue
Block a user