Skip to content

Commit

Permalink
Update notes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
heukirne authored Nov 1, 2023
1 parent aa5c7d3 commit 8c1bf0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/notes.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def convert_notes(notes, has_primary_care):
"form": notes.form if has_primary_care else None,
"template": notes.template if has_primary_care else None,
"date": notes.date.isoformat(),
"prescriber": notes.prescriber,
"prescriber": "", # notes.prescriber,
"position": notes.position,
"medications": notes.medications,
"complication": notes.complication,
Expand Down

0 comments on commit 8c1bf0d

Please sign in to comment.