fix SUBEVENT_MODE_DISTINCT discounts

This commit is contained in:
Mira Weller
2024-10-01 18:46:44 +02:00
parent 159717c19f
commit bef88bf0d0
2 changed files with 44 additions and 1 deletions
+2 -1
View File
@@ -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