mirror of
https://github.com/pretix/pretix.git
synced 2026-05-04 15:04:03 +00:00
Fix initial value in voucher form
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user