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

fix some typos


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28686 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 36440532
...@@ -27,11 +27,9 @@ ...@@ -27,11 +27,9 @@
# #
############################################################################## ##############################################################################
from Products.CMFCore.Expression import Expression
class TradeModelLine: class TradeModelLine:
""" """
Properties which allow to define a generic Delivery Builder. Properties for trade model lines
""" """
_properties = ( _properties = (
{ 'id' : 'create_line', { 'id' : 'create_line',
...@@ -42,8 +40,8 @@ class TradeModelLine: ...@@ -42,8 +40,8 @@ class TradeModelLine:
'default' : True, 'default' : True,
}, },
{ 'id' : 'calculation_script_id', { 'id' : 'calculation_script_id',
'description' : 'If a scrip is defined on Trade Model Line, this script'\ 'description' : 'If a script is defined on trade model Line, this '
' is used to do localised calculs', 'script will be used for calculation',
'type' : 'string', 'type' : 'string',
'mode' : 'w', '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