Skip to content

Commit

Permalink
[PRMP-1082] add Medicus to supplier_name_mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
NogaNHS committed Oct 24, 2024
1 parent 4135c7a commit fe77aa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lambda/event-enrichment/event_enrichment_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,7 @@ def get_supplier_name_from_sds_api(practice_ods_code: str) -> Optional[str]:
"YGJ": "EMIS",
"YGA": "SystmOne",
"YGC": "Vision",
"YGMYW": "Medicus"
}

supplier_name = None
Expand Down

0 comments on commit fe77aa1

Please sign in to comment.