mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
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