Skip to content

Commit

Permalink
Merge pull request #20534 from demeritcowboy/dupedao
Browse files Browse the repository at this point in the history
Dedupe DAO is out of date
  • Loading branch information
eileenmcnaughton authored Jun 7, 2021
2 parents 00d08b4 + 0df63de commit e68fc95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CRM/Dedupe/DAO/DedupeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Dedupe/DedupeException.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:fdf10a930b1f5d921391bc085a8e486b)
* (GenCodeChecksum:2cc97827790267ad8bfb46052ae0360c)
*/

/**
Expand Down Expand Up @@ -102,7 +102,7 @@ public static function &fields() {
'where' => 'civicrm_dedupe_exception.id',
'table_name' => 'civicrm_dedupe_exception',
'entity' => 'DedupeException',
'bao' => 'CRM_Dedupe_DAO_DedupeException',
'bao' => 'CRM_Dedupe_BAO_DedupeException',
'localizable' => 0,
'html' => [
'type' => 'Number',
Expand All @@ -119,7 +119,7 @@ public static function &fields() {
'where' => 'civicrm_dedupe_exception.contact_id1',
'table_name' => 'civicrm_dedupe_exception',
'entity' => 'DedupeException',
'bao' => 'CRM_Dedupe_DAO_DedupeException',
'bao' => 'CRM_Dedupe_BAO_DedupeException',
'localizable' => 0,
'FKClassName' => 'CRM_Contact_DAO_Contact',
'html' => [
Expand All @@ -136,7 +136,7 @@ public static function &fields() {
'where' => 'civicrm_dedupe_exception.contact_id2',
'table_name' => 'civicrm_dedupe_exception',
'entity' => 'DedupeException',
'bao' => 'CRM_Dedupe_DAO_DedupeException',
'bao' => 'CRM_Dedupe_BAO_DedupeException',
'localizable' => 0,
'FKClassName' => 'CRM_Contact_DAO_Contact',
'html' => [
Expand Down

0 comments on commit e68fc95

Please sign in to comment.