forked from CGM_Public/pretix_original
Add a footer and a second text field to invoices
Also, move to using localized strings for Invoice.additional_text settings for consistency.
This commit is contained in:
@@ -77,9 +77,17 @@ DEFAULTS = {
|
||||
'default': '',
|
||||
'type': str
|
||||
},
|
||||
'invoice_introductory_text': {
|
||||
'default': '',
|
||||
'type': LazyI18nString
|
||||
},
|
||||
'invoice_additional_text': {
|
||||
'default': '',
|
||||
'type': str
|
||||
'type': LazyI18nString
|
||||
},
|
||||
'invoice_footer_text': {
|
||||
'default': '',
|
||||
'type': LazyI18nString
|
||||
},
|
||||
'invoice_language': {
|
||||
'default': '__user__',
|
||||
|
||||
Reference in New Issue
Block a user