We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce449b1 commit b7822f5Copy full SHA for b7822f5
apcd_cms/src/apps/admin_regis_table/views.py
@@ -91,7 +91,7 @@ def getDate(row):
91
associated_entities = [ent for ent in registrations_entities if ent[1] == registration[0]]
92
associated_contacts = [cont for cont in registrations_contacts if cont[1] == registration[0]]
93
registration_table_entries.append(_set_registration(registration, associated_entities, associated_contacts))
94
- org_name = registration[7]
+ org_name = registration[5]
95
if org_name not in context['org_options']:
96
context['org_options'].append(org_name)
97
0 commit comments