Working on stuff related to session proposals. Lots of bug fixes.......

This commit is contained in:
Scott Idem
2021-08-26 04:21:39 -04:00
parent 6508461ae6
commit acf6842017
5 changed files with 69 additions and 22 deletions

View File

@@ -184,11 +184,11 @@ def load_event_session_obj(
if inc_poc_event_person:
poc_event_person_obj = load_event_person_obj(
event_person_id=poc_event_person_id,
inc_address=inc_address,
inc_contact=inc_contact,
inc_person=inc_person,
inc_user=inc_user
event_person_id = poc_event_person_id,
inc_address = inc_address,
inc_contact = inc_contact,
inc_person = inc_person,
inc_user = inc_user,
)
log.debug(poc_event_person_obj)
event_session_obj.poc_event_person = poc_event_person_obj