Working on membership module routes, methods, and models

This commit is contained in:
Scott Idem
2021-06-21 18:10:24 -04:00
parent 728682a07f
commit b6ca0eb3f2
4 changed files with 35 additions and 3 deletions

View File

@@ -231,7 +231,7 @@ def load_membership_member_obj(
inc_address = inc_address,
inc_contact = inc_contact,
# inc_membership = inc_membership,
# inc_organization = inc_organization,
inc_organization = inc_organization,
):
membership_member_obj.membership_member_profile = membership_member_profile_result
else: membership_member_obj.membership_member_profile = None