From 0b727607154665c386120561a9bbb074964fa073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Tue, 1 Sep 2009 16:56:39 +0000 Subject: [PATCH] - 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 --- product/ERP5/PropertySheet/TradeCondition.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/product/ERP5/PropertySheet/TradeCondition.py b/product/ERP5/PropertySheet/TradeCondition.py index 1b46a68bf3..f7d30873b5 100644 --- a/product/ERP5/PropertySheet/TradeCondition.py +++ b/product/ERP5/PropertySheet/TradeCondition.py @@ -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' }, -- 2.30.9