Regenerate DAO files
[civicrm-core.git] / CRM / Mailing / DAO / BouncePattern.php
index ff07795a6c026d6c81bd1ef88a8297cac97811ac..10e259d90fc307c920783411585e2429fc1dca59 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Mailing/BouncePattern.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:b80f792e12420d9022ce8fa209051fc4)
+ * (GenCodeChecksum:aa81a0f336738276f8409871eca1ec2b)
  */
 
 /**
@@ -101,12 +101,15 @@ class CRM_Mailing_DAO_BouncePattern extends CRM_Core_DAO {
           'entity' => 'BouncePattern',
           'bao' => 'CRM_Mailing_BAO_BouncePattern',
           'localizable' => 0,
+          'html' => [
+            'type' => 'Number',
+          ],
           'add' => NULL,
         ],
         'bounce_type_id' => [
           'name' => 'bounce_type_id',
           'type' => CRM_Utils_Type::T_INT,
-          'title' => ts('Bounce Type'),
+          'title' => ts('Bounce Type ID'),
           'description' => ts('Type of bounce'),
           'required' => TRUE,
           'where' => 'civicrm_mailing_bounce_pattern.bounce_type_id',
@@ -115,6 +118,9 @@ class CRM_Mailing_DAO_BouncePattern extends CRM_Core_DAO {
           'bao' => 'CRM_Mailing_BAO_BouncePattern',
           'localizable' => 0,
           'FKClassName' => 'CRM_Mailing_DAO_BounceType',
+          'html' => [
+            'label' => ts("Bounce Type"),
+          ],
           'pseudoconstant' => [
             'table' => 'civicrm_mailing_bounce_type',
             'keyColumn' => 'id',