mirror of
https://github.com/pretix/pretix.git
synced 2026-05-19 17:34:03 +00:00
Fix typo
This commit is contained in:
@@ -736,7 +736,7 @@ def _redeem_process(*, checkinlists, raw_barcode, answers_data, datetime, force,
|
|||||||
for op in op_candidates:
|
for op in op_candidates:
|
||||||
if (
|
if (
|
||||||
op.valid_until and op.valid_until < now_dt and
|
op.valid_until and op.valid_until < now_dt and
|
||||||
(not op_candidate or op.valid_from > op_candidate.valid_from)
|
(not op_candidate or op.valid_until > op_candidate.valid_until)
|
||||||
):
|
):
|
||||||
op_candidate = op
|
op_candidate = op
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user