Commit 0b727607 authored by Jérome Perrin's avatar Jérome Perrin

- don't include \n in description.

- don't add useless +


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28731 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d3168976
......@@ -36,17 +36,17 @@ class TradeCondition:
_properties = (
{ 'id' : 'source_decision_destination_reference',
'description' : 'The reference of the source_decision for'+
'description' : 'The reference of the source_decision for'
' default destination',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'calculation_script_id',
'description' : 'If no script found on Trade Model Lines, this\
script is used to do localised calculs',
'description' : 'If no script found on Trade Model Lines, this'
' script is used to do localised calculs',
'type' : 'string',
'mode' : 'w' },
{ 'id' : 'destination_decision_source_reference',
'description' : 'The reference of the destination_decision'+
'description' : 'The reference of the destination_decision'
' for default source',
'type' : 'string',
'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