[Erp5-report] r17514 - /erp5/trunk/products/ERP5/Document/EmailDocument.py

nobody at svn.erp5.org nobody at svn.erp5.org
Sat Nov 10 19:29:21 CET 2007


Author: jp
Date: Sat Nov 10 19:29:20 2007
New Revision: 17514

URL: http://svn.erp5.org?rev=17514&view=rev
Log:
Improved text description

Modified:
    erp5/trunk/products/ERP5/Document/EmailDocument.py

Modified: erp5/trunk/products/ERP5/Document/EmailDocument.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/EmailDocument.py?rev=17514&r1=17513&r2=17514&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/EmailDocument.py (original)
+++ erp5/trunk/products/ERP5/Document/EmailDocument.py Sat Nov 10 19:29:20 2007
@@ -319,9 +319,10 @@
 
   security.declareProtected(Permissions.AccessContentsInformation, 'hasBaseData')
   def hasBaseData(self):
-    """ 
+    """
       Since there is no need to convert to a base format, we consider that 
-      we always have the base format if we have text of file.
+      we always have the base format data if and only is we have
+      some text defined or a file.
     """
     return self.hasFile() or self.hasTextContent()
 




More information about the Erp5-report mailing list