Hi Andropes,
we do not want to change contact office phone with account office phone number.
As i did follow your instructions , but it does not work for me.
I made a file custom/modules/Contacts/metadata/editviewdefs.php
FROM
PHP Code:
'displayParams'=>array('key'=>'billing', 'copy'=>'primary', 'billingKey'=>'primary', 'additionalFields'=>array('phone_office'=>'phone_work'))
TO
PHP Code:
'displayParams'=>array('key'=>'billing', 'copy'=>'primary', 'billingKey'=>'primary')
is there any other way?
please help me.....
Thank You,
Kamalesh Dhayal

Originally Posted by
andopes
Hi tvandesande
Edit the file custom/modules/Contacts/metadata/editviewdefs.php and look for account_name.
You will find this code:
PHP Code:
'displayParams'=>array('key'=>'billing', 'copy'=>'primary', 'billingKey'=>'primary', 'additionalFields'=>array('phone_office'=>'phone_work'))
Replace by this one:
PHP Code:
'displayParams'=>array('additionalFields'=>array('phone_office'=>'phone_work'))
Go to Admin -> Repair -> Quick Repair and Rebuild
Cheers
Bookmarks