Allow to add a custom text above the invoice address

This commit is contained in:
Raphael Michel
2019-03-18 17:01:03 +01:00
parent a0af0cfb06
commit 07b4b8c473
5 changed files with 24 additions and 0 deletions

View File

@@ -73,6 +73,10 @@ DEFAULTS = {
'default': 'False',
'type': bool,
},
'invoice_address_explanation_text': {
'default': '',
'type': LazyI18nString
},
'invoice_include_free': {
'default': 'True',
'type': bool,