forked from CGM_Public/pretix_original
Allow attaching invoices to emails
This commit is contained in:
@@ -129,6 +129,10 @@ DEFAULTS = {
|
||||
'default': '__user__',
|
||||
'type': str
|
||||
},
|
||||
'invoice_email_attachment': {
|
||||
'default': 'False',
|
||||
'type': bool
|
||||
},
|
||||
'show_items_outside_presale_period': {
|
||||
'default': 'True',
|
||||
'type': bool
|
||||
|
||||
Reference in New Issue
Block a user