A lot of work on event related modules. Also a lot of clean up.
This commit is contained in:
@@ -62,8 +62,8 @@ def create_person_obj(person_obj_new:Person_Base):
|
||||
# ### BEGIN ### API Person Methods ### load_person_obj() ###
|
||||
def load_person_obj(
|
||||
person_id: int|str,
|
||||
inc_address: bool = False, # Under contact
|
||||
inc_contact: bool = False,
|
||||
inc_address: bool = False,
|
||||
inc_organization: bool = False,
|
||||
inc_user: bool = False
|
||||
) -> Person_Base|bool:
|
||||
|
||||
Reference in New Issue
Block a user