Skip to content

Commit

Permalink
made changes to the text description for the new property methods
Browse files Browse the repository at this point in the history
  • Loading branch information
asaki222 committed Oct 29, 2024
1 parent 9c44346 commit 0f4bd16
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/registrar/models/domain_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -1333,8 +1333,7 @@ def _form_complete(self, request):
return False
return True

"""the following converted_ property methods get their respective field names from portfolio,
if the domain request has a portfolio. if it does not, it will get the info from the model itself."""
"""The following converted_ property methods get field data from this domain request's portfolio, if there is an associated portfolio. If not, they return data from the domain request model."""

@property
def converted_organization_name(self):
Expand Down

0 comments on commit 0f4bd16

Please sign in to comment.