checksums not updated
[civicrm-core.git] / CRM / Core / DAO / Phone.php
index 444c0b3a53e71a52fcde62618700bd558f835063..9a6b668620a60c9d0e8d8bbbca940cc6a33e0016 100644 (file)
@@ -6,13 +6,15 @@
  *
  * Generated from xml/schema/CRM/Core/Phone.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:3c1f1743128af72b009c6cf4effc1da2)
+ * (GenCodeChecksum:efdb60e03b54f246e73588b6eb99611d)
  */
 
 /**
  * Database access object for the Phone entity.
  */
 class CRM_Core_DAO_Phone extends CRM_Core_DAO {
+  const EXT = 'civicrm';
+  const TABLE_ADDED = '1.1';
 
   /**
    * Static instance to hold the table name.
@@ -172,7 +174,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO {
         'location_type_id' => [
           'name' => 'location_type_id',
           'type' => CRM_Utils_Type::T_INT,
-          'title' => ts('Phone Location Type'),
+          'title' => ts('Phone Location Type ID'),
           'description' => ts('Which Location does this phone belong to.'),
           'where' => 'civicrm_phone.location_type_id',
           'table_name' => 'civicrm_phone',
@@ -181,6 +183,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO {
           'localizable' => 0,
           'html' => [
             'type' => 'Select',
+            'label' => ts("Phone Location Type"),
           ],
           'pseudoconstant' => [
             'table' => 'civicrm_location_type',
@@ -289,7 +292,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO {
         'phone_type_id' => [
           'name' => 'phone_type_id',
           'type' => CRM_Utils_Type::T_INT,
-          'title' => ts('Phone Type'),
+          'title' => ts('Phone Type ID'),
           'description' => ts('Which type of phone does this number belongs.'),
           'where' => 'civicrm_phone.phone_type_id',
           'export' => TRUE,
@@ -299,6 +302,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO {
           'localizable' => 0,
           'html' => [
             'type' => 'Select',
+            'label' => ts("Phone Type"),
           ],
           'pseudoconstant' => [
             'optionGroupName' => 'phone_type',