mirror of
https://github.com/pretix/pretix.git
synced 2026-08-17 11:56:27 +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