Skip to content

Commit

Permalink
G2P-1042 Removed the manager_ref_id attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkumar-02 committed Aug 2, 2023
1 parent ce14c75 commit 02e9662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion g2p_notifications_base/models/program.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def notify_eligible_beneficiaries(self):
if notification_managers:
for manager in notification_managers:
if manager:
manager.manager_ref_id.on_enrolled_in_program(partners_to_notify)
manager.on_enrolled_in_program(partners_to_notify)
for mem in partners_to_notify:
mem.is_enrolled_notification_sent = True
else:
Expand Down

0 comments on commit 02e9662

Please sign in to comment.