[Erp5-report] r10488 - /erp5/trunk/products/ERP5OOo/Document/ExternalLibraryFile.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Oct 2 16:27:54 CEST 2006


Author: bartek
Date: Mon Oct  2 16:27:52 2006
New Revision: 10488

URL: http://svn.erp5.org?rev=10488&view=rev
Log:
accept second argument in _processData (because of previous changes to ExternalDocument)

Modified:
    erp5/trunk/products/ERP5OOo/Document/ExternalLibraryFile.py

Modified: erp5/trunk/products/ERP5OOo/Document/ExternalLibraryFile.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5OOo/Document/ExternalLibraryFile.py?rev=10488&r1=10487&r2=10488&view=diff
==============================================================================
--- erp5/trunk/products/ERP5OOo/Document/ExternalLibraryFile.py (original)
+++ erp5/trunk/products/ERP5OOo/Document/ExternalLibraryFile.py Mon Oct  2 16:27:52 2006
@@ -112,7 +112,7 @@
                     , PropertySheet.ExternalDocument
                     )
 
-  def _processData(self,s):
+  def _processData(self,s,inf):
     # remove current subobjects
     self.manage_delObjects([i.getId() for i in self.searchFolder(portal_type='Book Information')])
     # parse xml file and iterate over results




More information about the Erp5-report mailing list