mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-17 10:07:04 +02:00
removed the extra converted_senior_official method
This commit is contained in:
parent
9229e8c250
commit
9d48f4ad16
1 changed files with 0 additions and 7 deletions
|
@ -1401,10 +1401,3 @@ class DomainRequest(TimeStampedModel):
|
|||
if self.portfolio:
|
||||
return self.portfolio.urbanization
|
||||
return self.urbanization
|
||||
|
||||
@property
|
||||
def converted_senior_official(self):
|
||||
if self.portfolio:
|
||||
return self.portfolio.senior_official
|
||||
else:
|
||||
return self.senior_official
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue