Work on exhibit tracking export

This commit is contained in:
Scott Idem
2022-04-21 23:33:12 -04:00
parent aa8e6f8b00
commit 3ddc0e2860
2 changed files with 42 additions and 5 deletions

View File

@@ -170,7 +170,7 @@ def load_event_exhibit_tracking_obj(
inc_address: bool = False,
inc_contact: bool = False,
inc_event_badge: bool = False,
inc_event_exhibit: bool = False,
# inc_event_exhibit: bool = False,
inc_event_person: bool = False,
inc_event_person_profile: bool = False,
) -> Event_Exhibit_Tracking_Base|dict|bool: