mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Marking orders as paid now ignores waiting list
This commit is contained in:
@@ -71,7 +71,7 @@ class ActionView(View):
|
||||
'date': trans.date,
|
||||
'payer': trans.payer,
|
||||
'trans_id': trans.pk
|
||||
}))
|
||||
}), count_waitinglist=False)
|
||||
trans.state = BankTransaction.STATE_VALID
|
||||
trans.save()
|
||||
except Quota.QuotaExceededException as e:
|
||||
|
||||
Reference in New Issue
Block a user