Allow to only require the name in the invoice address

This commit is contained in:
Raphael Michel
2017-07-19 14:07:18 +02:00
parent 21fac9ec7a
commit 28e676ac9a
5 changed files with 24 additions and 6 deletions

View File

@@ -45,6 +45,10 @@ DEFAULTS = {
'default': 'True',
'type': bool,
},
'invoice_name_required': {
'default': 'False',
'type': bool,
},
'invoice_address_required': {
'default': 'False',
'type': bool,