mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Swappable invoice renderers
This commit is contained in:
@@ -55,6 +55,10 @@ DEFAULTS = {
|
||||
'default': 'True',
|
||||
'type': bool,
|
||||
},
|
||||
'invoice_renderer': {
|
||||
'default': 'classic',
|
||||
'type': str,
|
||||
},
|
||||
'reservation_time': {
|
||||
'default': '30',
|
||||
'type': int
|
||||
|
||||
Reference in New Issue
Block a user