Commit ac0b02d4 authored by Sebastien Robin's avatar Sebastien Robin

added comment


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3787 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 83606fb4
...@@ -929,7 +929,7 @@ class SelectionTool( UniqueObject, SimpleItem ): ...@@ -929,7 +929,7 @@ class SelectionTool( UniqueObject, SimpleItem ):
return "Sorrry, Error, the calling object was not catalogued. Do not know how to do ?" return "Sorrry, Error, the calling object was not catalogued. Do not know how to do ?"
# Find the field which was clicked on # Find the field which was clicked on
form = getattr(o, form_id) form = getattr(o, form_id) # Important to get from the object instead of self
field = None field = None
relation_index = 0 relation_index = 0
......
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