mirror of
https://github.com/pretix/pretix.git
synced 2026-08-07 10:17:49 +00:00
Update src/pretix/control/views/orders.py
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user