Skip to content
Snippets Groups Projects
Commit 0a82440c authored by Seamus Lee's avatar Seamus Lee
Browse files

Update Exception DAO class

parent 3f0bd7e5
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Dedupe/Exception.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:eec5ad673402f603903d6f35ad1bcd06)
* (GenCodeChecksum:a82b6fb86d1d7149b0f553ac6b87ac14)
*/
/**
......@@ -90,7 +90,7 @@ class CRM_Dedupe_DAO_Exception extends CRM_Core_DAO {
'where' => 'civicrm_dedupe_exception.id',
'table_name' => 'civicrm_dedupe_exception',
'entity' => 'Exception',
'bao' => 'CRM_Dedupe_DAO_Exception',
'bao' => 'CRM_Dedupe_BAO_Exception',
'localizable' => 0,
],
'contact_id1' => [
......@@ -102,7 +102,7 @@ class CRM_Dedupe_DAO_Exception extends CRM_Core_DAO {
'where' => 'civicrm_dedupe_exception.contact_id1',
'table_name' => 'civicrm_dedupe_exception',
'entity' => 'Exception',
'bao' => 'CRM_Dedupe_DAO_Exception',
'bao' => 'CRM_Dedupe_BAO_Exception',
'localizable' => 0,
'FKClassName' => 'CRM_Contact_DAO_Contact',
],
......@@ -115,7 +115,7 @@ class CRM_Dedupe_DAO_Exception extends CRM_Core_DAO {
'where' => 'civicrm_dedupe_exception.contact_id2',
'table_name' => 'civicrm_dedupe_exception',
'entity' => 'Exception',
'bao' => 'CRM_Dedupe_DAO_Exception',
'bao' => 'CRM_Dedupe_BAO_Exception',
'localizable' => 0,
'FKClassName' => 'CRM_Contact_DAO_Contact',
],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment