Commit 5cb3cfbc authored by Jean-Paul Smets's avatar Jean-Paul Smets

added mobile phone


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@6035 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7c26dd1c
......@@ -115,7 +115,7 @@ class Organisation:
'mode' : 'w' },
{ 'id' : 'telephone',
'storage_id' : 'default_telephone',
'description' : 'The organisations this persons works for',
'description' : 'The default phone for this organisation',
'type' : 'content',
'portal_type' : ('Telephone'),
'acquisition_base_category' : ('region', ),
......@@ -126,6 +126,19 @@ class Organisation:
'acquisition_accessor_id' : 'getDefaultTelephoneValue',
'acquisition_depends' : None,
'mode' : 'w' },
{ 'id' : 'mobile_telephone',
'storage_id' : 'mobile_telephone',
'description' : 'A default mobile phone for this organisation',
'type' : 'content',
'portal_type' : ('Telephone'),
'acquisition_base_category' : ('region', ),
'acquisition_portal_type' : ('Category',),
'acquisition_copy_value' : 0,
'acquisition_mask_value' : 1,
'acquisition_sync_value' : 0,
'acquisition_accessor_id' : 'getDefaultMobileTelephoneValue',
'acquisition_depends' : None,
'mode' : 'w' },
{ 'id' : 'fax',
'storage_id' : 'default_fax',
'description' : 'The organisations this persons works for',
......
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