Regenerate DAO files
[civicrm-core.git] / CRM / PCP / DAO / PCP.php
index bd3fedb7800fa0353ac3630e053c1988e00e7d9d..3fe37dc38eaae0a8c337e45a8264ddb6795afdcf 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/PCP/PCP.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:2232571099c216fb7a823556f5bd8328)
+ * (GenCodeChecksum:ad3dcb71cd89052b43154c9e9ee31115)
  */
 
 /**
@@ -15,6 +15,7 @@
 class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
   const EXT = 'civicrm';
   const TABLE_ADDED = '2.2';
+  const COMPONENT = 'CiviContribute';
 
   /**
    * Static instance to hold the table name.
@@ -180,6 +181,9 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'entity' => 'PCP',
           'bao' => 'CRM_PCP_BAO_PCP',
           'localizable' => 0,
+          'html' => [
+            'type' => 'Number',
+          ],
           'add' => '2.2',
         ],
         'pcp_contact_id' => [
@@ -196,6 +200,7 @@ class CRM_PCP_DAO_PCP extends CRM_Core_DAO {
           'FKClassName' => 'CRM_Contact_DAO_Contact',
           'html' => [
             'type' => 'EntityRef',
+            'label' => ts("Contact"),
           ],
           'add' => '2.2',
         ],