Skip to content

Commit

Permalink
CRM-17898 look at phone_numeric rather than phone when deduping
Browse files Browse the repository at this point in the history
  • Loading branch information
eileenmcnaughton committed Feb 3, 2016
1 parent 7b66b12 commit dbebaa4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CRM/Dedupe/BAO/RuleGroup.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ public static function &supportedFields($requestedType) {
'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(
Expand Down

0 comments on commit dbebaa4

Please sign in to comment.