Skip to content

Commit

Permalink
Update utils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
filak committed Feb 8, 2024
1 parent 26ac404 commit 88c5b0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flask-app/application/modules/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,13 +396,13 @@ def getLookupJson(lookups, export):
if rn != '0':
d['rn'] = rn
#d['xtr'].append(rn)
terms_en.append(rn)
#terms_en.append(rn)

cas = item.get('cas')
if cas:
d['cas'] = cas
#d['xtr'].append(cas)
terms_en.append(cas)
#terms_en.append(cas)

crt = item.get('crt')
if crt:
Expand Down

0 comments on commit 88c5b0e

Please sign in to comment.