Commit 7568f920 authored by Jérome Perrin's avatar Jérome Perrin

fix undefined name


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23685 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8d229657
......@@ -377,7 +377,7 @@ class NotificationTool(BaseTool):
# CRM is not installed - only notification by email is possible
# So create a temp object directly
from Products.ERP5Type.Document import newTempEvent
new_event = newTempEvent(context, '_')
new_event = newTempEvent(self, '_')
event_list = [new_event]
if event in event_list:
......
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