forked from CGM_Public/pretix_original
Fixed payment and ticketoutput enable/disable switches and their
implications
This commit is contained in:
@@ -86,10 +86,9 @@ class BaseTicketOutput:
|
||||
"""
|
||||
return OrderedDict([
|
||||
('_enabled',
|
||||
forms.ChoiceField(
|
||||
forms.BooleanField(
|
||||
label=_('Enable output'),
|
||||
required=False,
|
||||
choices=SettingsForm.BOOL_CHOICES,
|
||||
)),
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user