mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Display self-service cancellation fee during backend cancellation
This commit is contained in:
@@ -1303,6 +1303,7 @@ class OrderTransition(OrderView):
|
||||
elif self.order.cancel_allowed() and to == 'c':
|
||||
return render(self.request, 'pretixcontrol/order/cancel.html', {
|
||||
'form': self.mark_canceled_form,
|
||||
'fee': self.order.user_cancel_fee,
|
||||
'order': self.order,
|
||||
})
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user