Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Jun 4, 2024
1 parent ed22fe6 commit 7b63587
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions operators/entities/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ def fetchEntityFromBudgetKey(regNum):
if len(entity) > 0:
entity = entity[0]
name = entity['name']
if regNum.startswith('50'):
name = name.split('/')[0].strip()
rec = dict(
id=entity['id'],
data = dict(
Expand Down

0 comments on commit 7b63587

Please sign in to comment.