This commit is contained in:
zandercymatics 2024-09-26 14:50:08 -06:00
parent 81e76fe04a
commit 88b38baaa7
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 3 additions and 2 deletions

View file

@ -145,7 +145,6 @@ class Portfolio(TimeStampedModel):
return self.DomainRequest_portfolio.all()
else:
return self.DomainRequest_portfolio.all().order_by(*order_by)
# == Getters for suborganization == #
def get_suborganizations(self):