This commit is contained in:
zandercymatics 2024-08-15 10:16:41 -06:00
parent cc1dd66553
commit 52e3fb89b7
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
3 changed files with 4 additions and 5 deletions

View file

@ -137,7 +137,7 @@ class Portfolio(TimeStampedModel):
return " - ".join([org_type_label, agency_type_label])
else:
return org_type_label
@property
def federal_type(self):
"""Returns the federal_type value on the underlying federal_agency field"""