Commit 82a27587 authored by Vincent Pelletier's avatar Vincent Pelletier

Correct stupid python mistake.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10170 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ff2af166
......@@ -1034,8 +1034,8 @@ class SelectionTool( UniqueObject, SimpleItem ):
return object
# Related document searching
def viewSearchRelatedDocumentDialog(self, index, form_id, REQUEST=None,
sub_index=None, object_path, **kw):
def viewSearchRelatedDocumentDialog(self, index, form_id, object_path,
REQUEST=None, sub_index=None, **kw):
"""
Returns a search related document dialog
A set of forwarders us defined to circumvent limitations of HTML
......
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