Commit 9b6bf66f authored by Grégory Wisniewski's avatar Grégory Wisniewski

Add unique_per_account property to CheckModel

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36700 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d96eae9f
......@@ -43,6 +43,10 @@ class CheckModel:
'description' : 'If we must create items inside a checkbook',
'type' : 'boolean',
'mode' : 'w' },
{ 'id' : 'unique_per_account',
'description' : 'If check numbers are unique per account',
'type' : 'boolean',
'mode' : 'w' },
)
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