Commit 962d66a0 authored by Yusei Tahara's avatar Yusei Tahara

Add extra comment.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27897 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b852a826
...@@ -50,6 +50,8 @@ class IBusinessCompletable(Interface): ...@@ -50,6 +50,8 @@ class IBusinessCompletable(Interface):
def isFrozen(explanation): def isFrozen(explanation):
"""True if all related simulation movements for this explanation """True if all related simulation movements for this explanation
are frozen. are frozen.
Frozen means that simulation movement cannot be modified.
""" """
def getExpectedCompletionDate(task): def getExpectedCompletionDate(task):
......
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