[Erp5-report] r10170 - /erp5/trunk/products/ERP5Form/SelectionTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Sep 19 15:38:04 CEST 2006


Author: vincent
Date: Tue Sep 19 15:38:03 2006
New Revision: 10170

URL: http://svn.erp5.org?rev=10170&view=rev
Log:
Correct stupid python mistake.

Modified:
    erp5/trunk/products/ERP5Form/SelectionTool.py

Modified: erp5/trunk/products/ERP5Form/SelectionTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Form/SelectionTool.py?rev=10170&r1=10169&r2=10170&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Form/SelectionTool.py (original)
+++ erp5/trunk/products/ERP5Form/SelectionTool.py Tue Sep 19 15:38:03 2006
@@ -1034,8 +1034,8 @@
       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




More information about the Erp5-report mailing list