A lot of changes related to person and membership and event

This commit is contained in:
Scott Idem
2021-07-12 17:47:16 -04:00
parent 49805f48c9
commit 9d1b520718
8 changed files with 265 additions and 47 deletions

View File

@@ -215,8 +215,9 @@ def load_account_obj(
# Updated 2021-06-17
if inc_event_list:
if event_rec_list_result := get_event_rec_list(
for_obj_type = 'account',
for_obj_id = account_id,
# for_obj_type = 'account',
# for_obj_id = account_id,
account_id = account_id,
limit = limit,
enabled = enabled,
):