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 9, 2024
1 parent 88c5b0e commit b3556b4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions flask-app/application/modules/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,13 +396,15 @@ def getLookupJson(lookups, export):
if rn != '0':
d['rn'] = rn
#d['xtr'].append(rn)
#terms_en.append(rn)
if export in ['js_parsers']:
terms_en.append(rn)

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

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

0 comments on commit b3556b4

Please sign in to comment.