if(($objsoc->typent_code=='TE_PRIVATE'||!empty($conf->global->CONTACT_USE_COMPANY_ADDRESS))&&dol_strlen(trim($object->address))==0)$object->address=$objsoc->address;// Predefined with third party
if(($objsoc->typent_code=='TE_PRIVATE'||!empty($conf->global->CONTACT_USE_COMPANY_ADDRESS))&&dol_strlen(trim($object->phone_pro))==0)$object->phone_pro=$objsoc->phone;// Predefined with third party
if(($objsoc->typent_code=='TE_PRIVATE'||!empty($conf->global->CONTACT_USE_COMPANY_ADDRESS))&&dol_strlen(trim($object->fax))==0)$object->fax=$objsoc->fax;// Predefined with third party
if(($objsoc->typent_code=='TE_PRIVATE'||!empty($conf->global->CONTACT_USE_COMPANY_ADDRESS))&&dol_strlen(trim($object->email))==0)$object->email=$objsoc->email;// Predefined with third party