Merge pull request #13904 from atm-maxime/fix_merge_contactrole

Fix third merge issue with contact roles
This commit is contained in:
Laurent Destailleur 2020-05-18 15:11:10 +02:00 committed by GitHub
commit e29f4083e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1576,7 +1576,7 @@ class Contact extends CommonObject
public static function replaceThirdparty(DoliDB $db, $origin_id, $dest_id)
{
$tables = array(
'socpeople'
'socpeople', 'societe_contacts'
);
return CommonObject::commonReplaceThirdparty($db, $origin_id, $dest_id, $tables);