Commit 1de731cb authored by Jérome Perrin's avatar Jérome Perrin

PropertyExistence needs also 'message_no_such_property'


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24369 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d03e6354
......@@ -46,6 +46,7 @@ class AccountingTransaction:
{ 'id': 'date_existence',
'description': 'Date must be defined',
'message_property_not_set': 'Date must be defined',
'message_no_such_property': 'Date must be defined',
'condition' : 'python: object.getSimulationState() not'
' in ("cancelled", "deleted")',
'type': 'PropertyExistence',
......
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