Commit 1d33f56f authored by Romain Courteaud's avatar Romain Courteaud

Forgotten space.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21487 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5cb85ff9
......@@ -47,7 +47,7 @@ class CategoryMembershipState(Constraint):
_message_id_list = ['message_different_state']
message_different_state = \
"${workflow_variable} for object ${membership_url} is ${current_state}" \
"${workflow_variable} for object ${membership_url} is ${current_state} " \
"which is not in ${valid_state_list}"
def checkConsistency(self, obj, fixit=0):
......
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