Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
fixup! Add parent company to claim a facility
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Innes committed Jun 24, 2019
1 parent f9cca82 commit efee42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/django/api/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ def get_claim_info(self, facility):

if claim.parent_company:
parent_company = {
'id': claim.parent_company.id,
'id': claim.parent_company.admin.id,
'name': claim.parent_company.name,
}
else:
Expand Down

0 comments on commit efee42f

Please sign in to comment.