[Erp5-report] r16169 - /erp5/trunk/products/ERP5Banking/Document/CashCurrency.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Sat Sep 8 07:50:33 CEST 2007
Author: vincent
Date: Sat Sep 8 07:50:33 2007
New Revision: 16169
URL: http://svn.erp5.org?rev=16169&view=rev
Log:
Do not use future in comments.
Modified:
erp5/trunk/products/ERP5Banking/Document/CashCurrency.py
Modified: erp5/trunk/products/ERP5Banking/Document/CashCurrency.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Banking/Document/CashCurrency.py?rev=16169&r1=16168&r2=16169&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Banking/Document/CashCurrency.py (original)
+++ erp5/trunk/products/ERP5Banking/Document/CashCurrency.py Sat Sep 8 07:50:33 2007
@@ -69,7 +69,7 @@
security.declareProtected(Permissions.View, 'getTitle')
def getTitle(self, **kw):
"""
- The title will depend on the Portal Type and the value, for example :
+ The title depends on the Portal Type and the value, for example :
Piece de 500
"""
former = getattr(self, 'former', 0)
@@ -87,7 +87,7 @@
security.declareProtected(Permissions.View, 'getTranslatedTitle')
def getTranslatedTitle(self,**kw):
"""
- The title will depend on the Portal Type and the value, for example :
+ The title depends on the Portal Type and the value, for example :
Piece de 500
"""
former = getattr(self, 'former', 0)
More information about the Erp5-report
mailing list