mirror of
https://github.com/pretix/pretix.git
synced 2026-05-09 15:54:03 +00:00
Hotfix crash PRETIXEU-C0F
This commit is contained in:
@@ -1144,7 +1144,7 @@ class QuestionsStep(QuestionsViewMixin, CartMixin, TemplateFlowStep):
|
||||
"_state_for_address": a.state_for_address,
|
||||
"_name": a.name,
|
||||
"is_business": "business" if a.is_business else "individual",
|
||||
**a.transmission_info,
|
||||
**(a.transmission_info or {}),
|
||||
}
|
||||
if a.name_parts:
|
||||
name_parts = a.name_parts
|
||||
|
||||
Reference in New Issue
Block a user