Added address lines to the database for badges. Improved again. Now with more exports!
This commit is contained in:
@@ -325,10 +325,17 @@ async def get_event_exhibit_obj_tracking_list(
|
||||
|
||||
'person_email',
|
||||
|
||||
'person_address_line_1',
|
||||
'person_address_line_2',
|
||||
'person_address_line_3',
|
||||
|
||||
'person_city',
|
||||
|
||||
'person_country_subdivision_code', 'person_state_province_abb',
|
||||
'person_state_province',
|
||||
|
||||
'person_postal_code',
|
||||
|
||||
'person_country_alpha_2_code',
|
||||
'person_country',
|
||||
|
||||
@@ -337,7 +344,9 @@ async def get_event_exhibit_obj_tracking_list(
|
||||
|
||||
'priority',
|
||||
'sort',
|
||||
|
||||
'exhibitor_notes',
|
||||
|
||||
'created_on',
|
||||
'updated_on',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user