Order overview: Try to make linked filters behave as expected for line-level cancellations (Z#23203500)

This commit is contained in:
Raphael Michel
2025-08-22 09:30:34 +02:00
committed by GitHub
parent ebac7d563c
commit fe9a7eaa24
4 changed files with 46 additions and 17 deletions

View File

@@ -197,6 +197,7 @@ def order_overview(
item.all_variations = list(item.variations.all())
item.has_variations = (len(item.all_variations) > 0)
item.num = {}
item.subevent = subevent
if item.has_variations:
for var in item.all_variations:
variid = var.id