mirror of
https://github.com/pretix/pretix.git
synced 2026-05-10 16:04:02 +00:00
Properly implement quota handling when receiving payments (closes #11)
This commit is contained in:
@@ -37,6 +37,10 @@ DEFAULTS = {
|
||||
'default': None,
|
||||
'type': datetime,
|
||||
},
|
||||
'payment_term_accept_late': {
|
||||
'default': 'True',
|
||||
'type': bool
|
||||
},
|
||||
'timezone': {
|
||||
'default': settings.TIME_ZONE,
|
||||
'type': str
|
||||
|
||||
Reference in New Issue
Block a user