From 82a275874bddbd5e282979f3a9cb158a197c5db4 Mon Sep 17 00:00:00 2001
From: Vincent Pelletier <vincent@nexedi.com>
Date: Tue, 19 Sep 2006 13:38:03 +0000
Subject: [PATCH] Correct stupid python mistake.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10170 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Form/SelectionTool.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/product/ERP5Form/SelectionTool.py b/product/ERP5Form/SelectionTool.py
index ba74acc160..c989c8bff6 100644
--- a/product/ERP5Form/SelectionTool.py
+++ b/product/ERP5Form/SelectionTool.py
@@ -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
-- 
2.30.9