mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Allow to cancel all orders in an event (#1596)
* Allow to cancel all orders in an event * Add tests * Actually add tests
This commit is contained in:
@@ -1320,7 +1320,7 @@ class OrderTestCase(BaseQuotaTestCase):
|
||||
|
||||
self.event.settings.cancel_allow_user_paid_keep_fees = True
|
||||
self.order = Order.objects.get(pk=self.order.pk)
|
||||
assert self.order.user_cancel_fee == Decimal('9.30')
|
||||
assert self.order.user_cancel_fee == Decimal('9.10')
|
||||
|
||||
@classscope(attr='o')
|
||||
def test_paid_order_underpaid(self):
|
||||
|
||||
Reference in New Issue
Block a user