mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Fix incorrect check for enabled fields in QuestionList
This commit is contained in:
@@ -427,7 +427,7 @@ class QuestionList(ListView):
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
if self.request.event.settings.attendee_emails_asked:
|
if self.request.event.settings.attendee_company_asked:
|
||||||
ctx['questions'].append(
|
ctx['questions'].append(
|
||||||
FakeQuestion(
|
FakeQuestion(
|
||||||
id='company',
|
id='company',
|
||||||
|
|||||||
Reference in New Issue
Block a user