From: eileenmcnaughton Date: Fri, 29 Jan 2016 06:53:30 +0000 (+0000) Subject: CRM-17898 look at phone_numeric rather than phone when deduping X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=698095e21a955f6210ca6bbcb8ac04d4f2e44699;p=civicrm-core.git CRM-17898 look at phone_numeric rather than phone when deduping --- diff --git a/CRM/Dedupe/BAO/RuleGroup.php b/CRM/Dedupe/BAO/RuleGroup.php index 1616392f6d..aaca7d84d0 100644 --- a/CRM/Dedupe/BAO/RuleGroup.php +++ b/CRM/Dedupe/BAO/RuleGroup.php @@ -77,6 +77,7 @@ class CRM_Dedupe_BAO_RuleGroup extends CRM_Dedupe_DAO_RuleGroup { 'addressee.label' => 'civicrm_contact.addressee_id', 'email_greeting.label' => 'civicrm_contact.email_greeting_id', 'postal_greeting.label' => 'civicrm_contact.postal_greeting_id', + 'civicrm_phone.phone' => 'civicrm_phone.phone_numeric', ); // the table names we support in dedupe rules - a filter for importableFields() $supportedTables = array(