Include expire date on invoices

This commit is contained in:
Raphael Michel
2019-12-06 20:43:01 +01:00
parent a6dd6ac537
commit a12fea71e5
5 changed files with 20 additions and 2 deletions

View File

@@ -85,6 +85,10 @@ DEFAULTS = {
'default': 'True',
'type': bool,
},
'invoice_include_expire_date': {
'default': 'False',
'type': bool,
},
'invoice_numbers_consecutive': {
'default': 'True',
'type': bool,