Skip to content

Commit

Permalink
Fix operator email url
Browse files Browse the repository at this point in the history
  • Loading branch information
folix-01 committed Aug 25, 2023
1 parent 15ac8ce commit 6468ab8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/redturtle/prenotazioni/events/prenotazione.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ def send_email_to_managers(booking, event):

booking_folder = booking.getPrenotazioniFolder()

booking_operator_url = (
getAdapter(booking, IStringSubstitution, "booking_operator_url")(),
)
booking_operator_url = getAdapter(
booking, IStringSubstitution, "booking_operator_url"
)()

email_list = getattr(booking_folder, "email_responsabile", "")
if email_list:
Expand Down

0 comments on commit 6468ab8

Please sign in to comment.