Skip to content

Commit

Permalink
Update care/facility/api/serializers/patient_consultation.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shivankacker authored Jun 4, 2024
1 parent bccd3af commit ca64f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion care/facility/api/serializers/patient_consultation.py
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ def clear_existing_records(self, consultation, type, self_id=None):
is_archived=True,
archived_datetime=timezone.now(),
archive_reason="Consent Archived",
archived_by=self.archived_by,
archived_by=self.context["request"].user,
)

def create(self, validated_data):
Expand Down

0 comments on commit ca64f22

Please sign in to comment.