Skip to content

Commit

Permalink
fix discharge summary emails (#1486)
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak authored Jul 28, 2023
1 parent f1b0a7f commit 56471da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion care/facility/utils/reports/discharge_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def email_discharge_summary(summary_file: FileUpload, emails: Iterable[str]):
"Patient Discharge Summary",
"Please find the attached file",
settings.DEFAULT_FROM_EMAIL,
(emails,),
emails,
)
msg.content_subtype = "html"
_, data = summary_file.file_contents()
Expand Down

0 comments on commit 56471da

Please sign in to comment.