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