mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 21:19:42 +02:00
Fix converted_federal_agency in domain information (matches Domain Request)
This commit is contained in:
parent
a4c22f7ed4
commit
2a48cf676e
1 changed files with 2 additions and 2 deletions
|
@ -443,8 +443,8 @@ class DomainInformation(TimeStampedModel):
|
||||||
@property
|
@property
|
||||||
def converted_federal_agency(self):
|
def converted_federal_agency(self):
|
||||||
if self.portfolio:
|
if self.portfolio:
|
||||||
return self.portfolio.federal_agency.agency
|
return self.portfolio.federal_agency
|
||||||
return self.federal_agency.agency
|
return self.federal_agency
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def converted_federal_type(self):
|
def converted_federal_type(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue