Commit bc732dc1 authored by Romain Courteaud's avatar Romain Courteaud

slapos_crm: set source_project on event

parent 21a85f4a
......@@ -40,7 +40,7 @@ if (event is None) and (ticket.getSimulationState() == 'suspended'):
title=title,
resource=service_relative_url,
text_content=text_content,
follow_up_value=ticket.getFollowUpValue(),
source_project_value=ticket.getSourceProjectValue(),
)
event.start(send_mail=True, comment=comment)
......
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