Commit 0090bbf8 authored by Jérome Perrin's avatar Jérome Perrin

update docstring to match this current implementation


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28086 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c1faa7d4
...@@ -498,7 +498,7 @@ class Movement(XMLObject, Amount): ...@@ -498,7 +498,7 @@ class Movement(XMLObject, Amount):
def isFrozen(self): def isFrozen(self):
""" """
Returns the frozen status of this movement. Returns the frozen status of this movement.
a movement in started, stopped, delivered is automatically frozen. a movement in stopped, delivered or cancelled states is automatically frozen.
If frozen is locally set to '0', we must check for a parent set to '1', in If frozen is locally set to '0', we must check for a parent set to '1', in
which case, we want the children to be frozen as well. which case, we want the children to be frozen as well.
......
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