Commit 86de524c authored by Sebastien Robin's avatar Sebastien Robin

added the bank account key


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3657 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent eb243fec
......@@ -53,6 +53,11 @@ class BankAccount:
'type' : 'string',
'mode' : 'w'
},
{'id' : 'bank_account_key',
'description' : 'The bank account key. This is an additionnal part of the BBAN',
'type' : 'string',
'mode' : 'w'
},
)
_categories = ( 'source', )
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