Change to person.contact_id and related bug fixes.
This commit is contained in:
@@ -323,7 +323,7 @@ def create_person_obj(person_obj_new:Person_Base):
|
||||
# Need to update the person with the new contact_id
|
||||
person_obj_up = {}
|
||||
person_obj_up['id'] = person_id
|
||||
person_obj_up['contact_id'] = contact_id
|
||||
person_obj_up['contact_id_old'] = contact_id
|
||||
if person_obj_up_result := sql_update(data=person_obj_up, table_name='person'): pass
|
||||
else:
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user