mirror of
https://github.com/pretix/pretix.git
synced 2026-08-27 13:24:41 +00:00
fix SUBEVENT_MODE_DISTINCT discounts
This commit is contained in:
@@ -470,6 +470,7 @@ class Discount(LoggedModel):
|
||||
[idx for idx in g if idx in condition_candidates],
|
||||
[idx for idx in g if idx in benefit_candidates],
|
||||
result,
|
||||
collect_potential_discounts
|
||||
None,
|
||||
None
|
||||
)
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user