Commit 3d8d318e authored by Rafael Monnerat's avatar Rafael Monnerat

Fixed Message Notification.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24032 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ed2bc6c6
......@@ -68,7 +68,7 @@ for bug in bug_module.searchFolder(portal_type=\'Bug\',\n
simulation_state=(\'confirmed\', \'set_ready\',),\n
sort_on=((\'id\', \'asc\', \'int\'),)):\n
bug = bug.getObject()\n
if bug.getDestination():\n
if bug.getSource():\n
assigned_to_dict.setdefault(bug.getSource(), []).append(bug)\n
else:\n
not_assigned_bug_list.append(bug)\n
......
395
\ No newline at end of file
396
\ 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