[Erp5-report] r30300 - /erp5/trunk/products/ERP5/Document/NodeBudgetVariation.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Nov 4 17:11:13 CET 2009


Author: jerome
Date: Wed Nov  4 17:11:00 2009
New Revision: 30300

URL: http://svn.erp5.org?rev=30300&view=rev
Log:
return the message as a string

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

Modified: erp5/trunk/products/ERP5/Document/NodeBudgetVariation.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/NodeBudgetVariation.py?rev=30300&r1=30299&r2=30300&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/NodeBudgetVariation.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/NodeBudgetVariation.py [utf8] Wed Nov  4 17:11:00 2009
@@ -47,7 +47,7 @@
     self.relative_url = relative_url
 
   def getTitle(self):
-    return translateString('All Others')
+    return str(translateString('All Others'))
 
   def getRelativeUrl(self):
     return self.relative_url




More information about the Erp5-report mailing list