Skip to content

Commit

Permalink
Merge pull request #2641 from Jacobjeevan/issues/dailyround-notificat…
Browse files Browse the repository at this point in the history
…ions

Daily Rounds External Id in Notification Handler
  • Loading branch information
vigneshhari authored Dec 20, 2024
2 parents d24b016 + a7f5a64 commit fbf76d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion care/utils/notification_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def generate_cause_objects(self):
self.caused_objects["patient"] = str(
self.caused_object.consultation.patient.external_id
)
self.caused_objects["daily_round"] = str(self.caused_object.id)
self.caused_objects["daily_round"] = str(self.caused_object.external_id)
if self.caused_object.consultation.patient.facility:
self.caused_objects["facility"] = str(
self.caused_object.consultation.facility.external_id
Expand Down

0 comments on commit fbf76d7

Please sign in to comment.