Commit c51c56a1 authored by Jérome Perrin's avatar Jérome Perrin

typos


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26552 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 02974d03
......@@ -64,7 +64,7 @@ class InvoicingRule(Rule):
'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 @@ class InvoicingRule(Rule):
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 @@ class InvoicingRule(Rule):
def isDeliverable(self, movement):
return movement.getResource() is not None
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment