forked from CGM_Public/pretix_original
Allow separate numbering schemes for invoices and cancellations
This commit is contained in:
@@ -93,6 +93,10 @@ DEFAULTS = {
|
||||
'default': '',
|
||||
'type': str,
|
||||
},
|
||||
'invoice_numbers_prefix_cancellations': {
|
||||
'default': '',
|
||||
'type': str,
|
||||
},
|
||||
'invoice_renderer': {
|
||||
'default': 'classic',
|
||||
'type': str,
|
||||
|
||||
Reference in New Issue
Block a user