Merge pull request #16230 from aydun/1511_event_show_location
[civicrm-core.git] / CRM / Core / DAO / Phone.php
index dab1a6f1c7e98399c009ce8a4ca9fe6ba016cb42..f0b749808424e688d3fb43a0de281c9fa88dd6ec 100644 (file)
@@ -2,11 +2,11 @@
 
 /**
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2020
+ * @copyright CiviCRM LLC https://civicrm.org/licensing
  *
  * Generated from xml/schema/CRM/Core/Phone.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:a6e9de26d34f355e2365c6d4336f734f)
+ * (GenCodeChecksum:76a7202934e0d8aa7f4240c61a42e42c)
  */
 
 /**
@@ -175,7 +175,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO {
         'is_primary' => [
           'name' => 'is_primary',
           'type' => CRM_Utils_Type::T_BOOLEAN,
-          'title' => ts('Is Phone Primary?'),
+          'title' => ts('Primary phone'),
           'description' => ts('Is this the primary phone for this contact and location.'),
           'where' => 'civicrm_phone.is_primary',
           'default' => '0',
@@ -183,6 +183,9 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO {
           'entity' => 'Phone',
           'bao' => 'CRM_Core_BAO_Phone',
           'localizable' => 0,
+          'html' => [
+            'type' => 'Radio',
+          ],
         ],
         'is_billing' => [
           'name' => 'is_billing',