Add attendee names to invoices

This commit is contained in:
Raphael Michel
2017-11-23 18:44:41 +01:00
parent d8064d1567
commit 851b6a837f
4 changed files with 11 additions and 0 deletions

View File

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