[Erp5-report] r41134 nicolas - /erp5/trunk/products/ERP5/Tool/NotificationTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sun Dec 5 11:07:07 CET 2010


Author: nicolas
Date: Sun Dec  5 11:07:06 2010
New Revision: 41134

URL: http://svn.erp5.org?rev=41134&view=rev
Log:
s/FileName/Filename/

Modified:
    erp5/trunk/products/ERP5/Tool/NotificationTool.py

Modified: erp5/trunk/products/ERP5/Tool/NotificationTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Tool/NotificationTool.py?rev=41134&r1=41133&r2=41134&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Tool/NotificationTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Tool/NotificationTool.py [utf8] Sun Dec  5 11:07:06 2010
@@ -93,7 +93,7 @@ def buildAttachmentDictList(document_lis
 
     attachment_list.append({'mime_type':mime_type,
                             'content':content,
-                            'name':attachment.getStandardFileName()}
+                            'name':attachment.getStandardFilename()}
                            )
   return attachment_list
 



More information about the Erp5-report mailing list