mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
cleanup
This commit is contained in:
@@ -307,11 +307,9 @@ class Discount(LoggedModel):
|
||||
n_groups * self.condition_min_count:
|
||||
possible_applications_cond * self.condition_min_count
|
||||
]):
|
||||
print(i, idx)
|
||||
collect_potential_discounts[idx] += [
|
||||
(self, self.benefit_only_apply_to_cheapest_n_matches, i // self.condition_min_count)
|
||||
]
|
||||
print(collect_potential_discounts)
|
||||
|
||||
else:
|
||||
consume_idx = condition_idx_group
|
||||
|
||||
Reference in New Issue
Block a user