Commit 0979d2bd authored by Fabien Morin's avatar Fabien Morin

correct a mistake

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23245 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b837ec47
......@@ -75,7 +75,7 @@ cat_uid = cat.getUid()\n
agent_list = context.portal_catalog(portal_type=\'Assignment\',\n
group_uid=cat_uid)\n
\n
return [(agent.getParentValue().getReference(), agent.getParentValue().getId()) for agent in agent_list if agent.getParentValue().getReference()]\n
return [(agent.getParentValue().getReference(), agent.getParentValue().getReference()) for agent in agent_list if agent.getParentValue().getReference()]\n
</string> </value>
</item>
<item>
......
252
\ No newline at end of file
255
\ 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