[Erp5-report] r26552 - /erp5/trunk/products/ERP5/Document/InvoicingRule.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue Apr 21 14:11:57 CEST 2009
Author: jerome
Date: Tue Apr 21 14:11:55 2009
New Revision: 26552
URL: http://svn.erp5.org?rev=26552&view=rev
Log:
typos
Modified:
erp5/trunk/products/ERP5/Document/InvoicingRule.py
Modified: erp5/trunk/products/ERP5/Document/InvoicingRule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/InvoicingRule.py?rev=26552&r1=26551&r2=26552&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/InvoicingRule.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Document/InvoicingRule.py [utf8] Tue Apr 21 14:11:55 2009
@@ -64,7 +64,7 @@
'isAccountable')
def isAccountable(self, movement):
"""
- Tells wether generated movement needs to be accounted or not.
+ Tells whether generated movement needs to be accounted or not.
Invoice movement are never accountable, so simulation movement for
invoice movements should not be accountable either.
@@ -77,7 +77,7 @@
Generate a list of movements, that should be children of this rule,
based on its context (parent movement, delivery, configuration ...)
- These previsions are acrually returned as dictionaries.
+ These previsions are returned as dictionaries.
"""
# XXX Isn't it better to share the code with expand method
context_movement = applied_rule.getParentValue()
@@ -157,3 +157,4 @@
def isDeliverable(self, movement):
return movement.getResource() is not None
+
More information about the Erp5-report
mailing list