Merge branch 'ms/3212-FEB-review' into ms/3494-FEB-reports

This commit is contained in:
matthewswspence 2025-03-18 15:01:51 -05:00
commit 7ccf29b2c7
No known key found for this signature in database
GPG key ID: FB458202A7852BA4
39 changed files with 2116 additions and 487 deletions

View file

@ -1542,7 +1542,9 @@ class DomainRequest(TimeStampedModel):
def converted_federal_type(self):
if self.portfolio:
return self.portfolio.federal_type
return self.federal_type
elif self.federal_agency:
return self.federal_agency.federal_type
return None
@property
def converted_address_line1(self):