Commit 6096a336 authored by Jérome Perrin's avatar Jérome Perrin

remove bic_code from Organisation.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14684 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 52bb6e1a
......@@ -88,12 +88,6 @@ class Organisation:
'description' : 'The social code of this organisation',
'type' : 'string',
'mode' : 'w' },
# (Kev) This property is too banking-centric to appear here as a general organisation property. The following must be renamed to something more abstract like "business_code", "domain_uid", "business_domain_special_organisation_id" or something like that.
{ 'id' : 'bic_code',
'description' : 'The Bank Identifier Code is a unique code that identifies individual banking and financial institution offices around the world.',
'type' : 'string',
'mode' : 'w' },
# Acquisition
{ 'id' : 'address',
......
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