Skip to content

Commit

Permalink
Added More Fields in Daily Rounds
Browse files Browse the repository at this point in the history
  • Loading branch information
vigneshhari committed Sep 22, 2020
1 parent ce1a970 commit 18a6bb1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion care/facility/api/serializers/patient_consultation.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,7 @@ class DailyRoundSerializer(serializers.ModelSerializer):

class Meta:
model = DailyRound
exclude = TIMESTAMP_FIELDS
exclude = (
"created_date",
"modified_date",
)

0 comments on commit 18a6bb1

Please sign in to comment.