Skip to content

Commit

Permalink
Solve Possible Error with Patients
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshhari committed Sep 7, 2020
1 parent bafd142 commit 07ff10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion care/facility/models/patient.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def save(self, *args, **kwargs) -> None:
"address": "Address",
"nationality": "Nationality",
"disease_status": "Disease Status",
"state_test_id": "State Test ID",
# "state_test_id": "State Test ID",
"last_consultation__admitted": "Admission Status",
"last_consultation__admitted_to": "Admission Room Type",
# Reffered or transferred
Expand Down

0 comments on commit 07ff10c

Please sign in to comment.