Allow quota-level vouchers for hidden products (#1123)

* Changes in checks

* Backwards-compatible implementation

* Add test

* Fix voucher bulk form
This commit is contained in:
Raphael Michel
2019-07-07 13:36:04 +02:00
committed by GitHub
parent 5180b5e48b
commit ca1c387a41
13 changed files with 69 additions and 14 deletions

View File

@@ -43,6 +43,7 @@ TEST_VOUCHER_RES = {
'quota': None,
'tag': 'Foo',
'comment': '',
'show_hidden_items': True,
'subevent': None
}