Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
[hotfix] Mauvais e-mail envoyé au bénéficiaire lors de la création d'…
Browse files Browse the repository at this point in the history
…une orientation (#302)

Message au lieu de récapitulatif de l'orientation.
  • Loading branch information
ikarius authored May 30, 2024
1 parent 620db80 commit d381226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dora/orientations/emails.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def send_orientation_created_emails(orientation, cc=None):
send_orientation_created_to_referent(orientation, context)

# Bénéficiaire
send_message_to_beneficiary(orientation, context, cc=cc)
send_orientation_created_to_beneficiary(orientation, context)


def send_orientation_accepted_emails(
Expand Down

0 comments on commit d381226

Please sign in to comment.