Fix voucher bulk form

This commit is contained in:
Raphael Michel
2019-07-07 12:42:38 +02:00
parent 8267da66e4
commit 8bbe605439
+1 -1
View File
@@ -197,7 +197,7 @@ class VoucherBulkForm(VoucherForm):
localized_fields = '__all__'
fields = [
'valid_until', 'block_quota', 'allow_ignore_quota', 'value', 'tag', 'comment',
'max_usages', 'price_mode', 'subevent'
'max_usages', 'price_mode', 'subevent', 'show_hidden_items'
]
field_classes = {
'valid_until': SplitDateTimeField,