Update src/pretix/control/views/orders.py

This commit is contained in:
Raphael Michel
2026-07-27 18:27:16 +02:00
committed by GitHub
parent 0cb4d3ae31
commit 92c6a58e16
-4
View File
@@ -1983,10 +1983,6 @@ class OrderChange(OrderView):
def items(self):
return self.request.event.items.prefetch_related('variations', 'tax_rule').all()
@cached_property
def tax_rules(self):
return self.request.event.tax_rules.all()
@cached_property
def fees(self):
fees = list(self.order.fees.all())