Skip to content

Commit

Permalink
Deleted unused functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSychev2005 committed Dec 22, 2024
1 parent 3540e78 commit 6846a6f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions BackEnd/utils/administration/profiles/profiles_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ def format_company_type(obj):
return None


def format_representative(obj):
if obj.person:
return f'{obj.person.name} {obj.person.surname}'
return None


def format_business_entity(obj):
if obj.is_fop:
return "ФОП"
Expand Down

0 comments on commit 6846a6f

Please sign in to comment.