mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Show refund amount in refund choice screen
This commit is contained in:
@@ -1123,6 +1123,7 @@ class OrderRefundView(OrderView):
|
||||
return render(self.request, 'pretixcontrol/order/refund_choose.html', {
|
||||
'payments': payments,
|
||||
'new_refunds': new_refunds,
|
||||
'full_refund': full_refund,
|
||||
'remainder': to_refund,
|
||||
'order': self.order,
|
||||
'comment': comment,
|
||||
|
||||
Reference in New Issue
Block a user