Commit 2662318c authored by Jérome Perrin's avatar Jérome Perrin

max arity is not a constraint for account_type


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18219 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 918b1ce3
......@@ -48,7 +48,6 @@ class Account:
'description': 'Account Type must be set',
'type': 'CategoryMembershipArity',
'min_arity': 1,
'max_arity': 1,
'portal_type': ('Category', ),
'base_category' : ('account_type',),
'condition' : 'python: object.getValidationState() not'
......
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