Skip to content

Commit

Permalink
Merge pull request #765 from openedx/maham/ENT-8297
Browse files Browse the repository at this point in the history
ENT-8297: fixed broken associated catalog column in csv
  • Loading branch information
mahamakifdar19 authored Feb 9, 2024
2 parents cb9aebd + 9242dbf commit d9f6701
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 d9f6701

Please sign in to comment.