forked from CGM_Public/pretix_original
Configurable invoice prefixes
This commit is contained in:
@@ -61,6 +61,10 @@ DEFAULTS = {
|
||||
'default': 'True',
|
||||
'type': bool,
|
||||
},
|
||||
'invoice_numbers_prefix': {
|
||||
'default': '',
|
||||
'type': str,
|
||||
},
|
||||
'invoice_renderer': {
|
||||
'default': 'classic',
|
||||
'type': str,
|
||||
|
||||
Reference in New Issue
Block a user