Commit 7f2c8050 authored by Tatuya Kamada's avatar Tatuya Kamada

Fix the min/max delay time description, because the descriptions did not...

Fix the min/max delay time description, because the descriptions did not describe the proper meaning.


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