Commit 5533d08e authored by Tatuya Kamada's avatar Tatuya Kamada

Fix the description a bit more generic.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30520 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7f2c8050
......@@ -51,12 +51,12 @@ class FlowCapacity:
'default' : 0.0,
'mode' : 'w' },
{ 'id' : 'min_delay',
'description' : """The minimal delay time of a production process.""",
'description' : """The minimal delay time of a movement process.""",
'type' : 'float',
'default' : 0.0,
'mode' : 'w' },
{ 'id' : 'max_delay',
'description' : """The maximal delay time of a production process.""",
'description' : """The maximal delay time of a movement process.""",
'type' : 'float',
'default' : 0.0,
'mode' : 'w' },
......
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