Commit d96a09d6 authored by Romain Courteaud's avatar Romain Courteaud

slapos_crm: wip

parent 02a409c3
......@@ -70,6 +70,7 @@ event_kw = {
'follow_up_value': ticket,
'language': language,
'data': email.as_string(),
'title': title
}
# Create event
module = portal.getDefaultModule(portal_type=portal_type)
......@@ -84,8 +85,8 @@ if notification_message:
# Prefer using the notification message title
# as it will be correctly translated
if not event.hasTitle():
event.edit(title=title)
# if not event.hasTitle():
# event.edit(title=title)
if not keep_draft:
if direction == 'incoming':
......
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