Working on membership, fundraising, and products

This commit is contained in:
Scott Idem
2021-07-01 14:02:24 -04:00
parent 59c151f639
commit 3631f2f122
5 changed files with 143 additions and 117 deletions

View File

@@ -648,7 +648,7 @@ async def get_account_obj_post_list(
for_obj_id = account_id,
limit = limit,
enabled = enabled,
archive_on = archive_on
archive_on = archive_on,
):
post_result_list = []
for post_rec in post_rec_list_result: