Commit ce9818b0 authored by Nicolas Delaby's avatar Nicolas Delaby

Fix typo

parent e4311476
......@@ -165,8 +165,8 @@ if context.getPortalType() == \'Web Message\' and\\\n
source_section=portal.portal_preferences.getPreferredSection(),\n
start_date=DateTime())\n
# if event as no recipient read it from ticket\n
if not event.hasDestination():\n
event.setDestination(ticket.getSourceSection())\n
if not context.hasDestination():\n
context.setDestination(ticket.getSourceSection())\n
\n
# Associate ticket to current event\n
follow_up_list = context.getFollowUpList()\n
......
553
\ No newline at end of file
554
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment