Merge branch 'ms/3212-FEB-review' into ms/3458-FEB-admin

This commit is contained in:
matthewswspence 2025-03-18 15:02:49 -05:00
commit b6e0fb32b0
No known key found for this signature in database
GPG key ID: FB458202A7852BA4
41 changed files with 2122 additions and 493 deletions

View file

@ -1532,7 +1532,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):