Commit b71cc36e authored by Thibaut Deheunynck's avatar Thibaut Deheunynck

thibaut

I forgot the word 'existence' in the id of several constraint.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22981 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bbdbfb70
......@@ -45,7 +45,7 @@ class P0Constraint:
'message_no_such_property': 'The first name address must be defined',
'message_property_not_set': 'The first name address must be defined',
},
{ 'id' : 'date',
{ 'id' : 'date_exitence',
'description' : 'Property date must be definied',
'type' : 'PropertyExistence',
'date' : None,
......
......@@ -45,12 +45,12 @@ class P4Constraint:
'message_no_such_property': 'The owner first name address must be defined',
'message_property_not_set': 'The owner first name address must be defined',
},
{ 'id' : 'corporate_registration_code',
{ 'id' : 'corporate_registration_code_existence',
'description' : 'Property corporate registration code must be definied',
'type' : 'PropertyExistence',
'corporate_registration_code' : None,
},
{ 'id' : 'date',
{ 'id' : 'date_existence',
'description' : 'Property date must be definied',
'type' : 'PropertyExistence',
'date' : None,
......
888
\ No newline at end of file
892
\ No newline at end of file
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