Added address lines to the database for badges. Improved again. Now with more exports!

This commit is contained in:
2022-04-25 00:05:35 -04:00
parent 40a735a451
commit bad0327762

View File

@@ -325,10 +325,17 @@ async def get_event_exhibit_obj_tracking_list(
'person_email', 'person_email',
'person_address_line_1',
'person_address_line_2',
'person_address_line_3',
'person_city', 'person_city',
'person_country_subdivision_code', 'person_state_province_abb', 'person_country_subdivision_code', 'person_state_province_abb',
'person_state_province', 'person_state_province',
'person_postal_code', 'person_postal_code',
'person_country_alpha_2_code', 'person_country_alpha_2_code',
'person_country', 'person_country',
@@ -337,7 +344,9 @@ async def get_event_exhibit_obj_tracking_list(
'priority', 'priority',
'sort', 'sort',
'exhibitor_notes', 'exhibitor_notes',
'created_on', 'created_on',
'updated_on', 'updated_on',
] ]