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

use terms from glossary


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21745 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1485ee75
......@@ -91,6 +91,6 @@ class TradeOrder:
'description' : 'Stop Date must be after Start Date',
'type' : 'TALESConstraint',
'expression' : 'python: object.getStopDate() >= object.getStartDate()',
'message_expression_false': 'Stop Date must be after Start Date',
'message_expression_false': 'Delivery Date must be after Shipping Date',
},
)
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