mirror of
https://github.com/pretix/pretix.git
synced 2026-08-08 10:27:49 +00:00
Update checkoutflow.py
This commit is contained in:
@@ -1201,7 +1201,7 @@ class QuestionsStep(QuestionsViewMixin, CartMixin, TemplateFlowStep):
|
||||
for p in profiles:
|
||||
data = {
|
||||
"_pk": p.pk,
|
||||
"_country_for_address": p.country.name,
|
||||
"_country_for_address": p.country.name if p.country else '',
|
||||
"_state_for_address": p.state_for_address,
|
||||
"_attendee_name": p.attendee_name,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user