Fix initial value in voucher form

This commit is contained in:
Raphael Michel
2018-04-18 15:50:41 +02:00
parent 96a880b5ae
commit ef8014bc6d
2 changed files with 18 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ class Select2ItemVarQuotaMixin(Select2Mixin):
yield self.create_option(
None,
value[0],
value[0],
dict(self.choices)[value[0]],
True,
0,
subindex=None,