Skip to content

Commit

Permalink
fix: fixed broken associated catalog column in csv
Browse files Browse the repository at this point in the history
  • Loading branch information
Maham Akif authored and Maham Akif committed Feb 7, 2024
1 parent edb1ad5 commit 9242dbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion enterprise_catalog/apps/api/v1/export_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ def fetch_catalog_types(hit):
CATALOG_TYPES = [
'A la carte',
'Business',
'Education'
'Education',
'Subscription'
]

return [catalog for catalog in CATALOG_TYPES if catalog in hit.get('enterprise_catalog_query_titles')]
Expand Down

0 comments on commit 9242dbf

Please sign in to comment.