Commit f140aeca authored by Sebastien Robin's avatar Sebastien Robin

a paremeter was missing when calling update_relation


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@548 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bf62eb38
......@@ -108,7 +108,8 @@ try:
selection_index,
selection_name,
uids,
object_uid)
object_uid,
listbox_uid=None)
elif len(relation_list) > 0:
# If we have only one in the list, we don't want to lose our time by
# selecting it. So we directly do the update
......
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