Optionally ask for email addresses twice

This commit is contained in:
Raphael Michel
2017-06-26 17:06:20 +02:00
parent e0fe78b82e
commit 433512a256
4 changed files with 21 additions and 0 deletions

View File

@@ -35,6 +35,10 @@ DEFAULTS = {
'default': 'False',
'type': bool
},
'order_email_asked_twice': {
'default': 'False',
'type': bool
},
'invoice_address_asked': {
'default': 'True',
'type': bool,