Commit 68e1f61c authored by Rafael Monnerat's avatar Rafael Monnerat

Fix variable name

This mistake were introduced at 2b1a4da8
parent def21298
......@@ -65,9 +65,9 @@ if source_value is not None:\n
else:\n
source_section_value = None\n
\n
module = portal.getDefaultModule(ticket_portal_type)\n
module = portal.getDefaultModule(follow_up_ticket_type)\n
ticket = module.newContent(\n
portal_type=ticket_portal_type,\n
portal_type=follow_up_ticket_type,\n
title=follow_up_ticket_title,\n
start_date=event.getStartDate(),\n
destination_decision_list=event.getSourceList(),\n
......
589
\ No newline at end of file
590
\ 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