From edad4c46d46a570f0c22409eddde185ae0499de2 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Wed, 14 Sep 2022 09:07:02 +1200 Subject: [PATCH] BAO regen --- CRM/Contact/DAO/Contact.php | 3 ++- CRM/Core/DAO/Address.php | 3 ++- CRM/Core/DAO/Email.php | 3 ++- CRM/Core/DAO/Phone.php | 4 +++- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CRM/Contact/DAO/Contact.php b/CRM/Contact/DAO/Contact.php index bda098f2936d..ff3153526893 100644 --- a/CRM/Contact/DAO/Contact.php +++ b/CRM/Contact/DAO/Contact.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contact/Contact.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:be4fd5a55e44b4770bd3fcdebd2c26a5) + * (GenCodeChecksum:8cdd2fa476983d8770b53cc7665586cf) */ /** @@ -474,6 +474,7 @@ class CRM_Contact_DAO_Contact extends CRM_Core_DAO { * @var string|null * (SQL type: varchar(255)) * Note that values will be retrieved from the database as a string. + * @deprecated */ public $user_unique_id; diff --git a/CRM/Core/DAO/Address.php b/CRM/Core/DAO/Address.php index ae44ea41a8f5..2b57160b97f2 100644 --- a/CRM/Core/DAO/Address.php +++ b/CRM/Core/DAO/Address.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Address.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:2805aab60103a502697864b763d03da7) + * (GenCodeChecksum:3f05cd897f3208750db1ea19adb784e7) */ /** @@ -234,6 +234,7 @@ class CRM_Core_DAO_Address extends CRM_Core_DAO { * @var string|null * (SQL type: varchar(32)) * Note that values will be retrieved from the database as a string. + * @deprecated */ public $usps_adc; diff --git a/CRM/Core/DAO/Email.php b/CRM/Core/DAO/Email.php index 3ee2a4126bb1..da97c7dff799 100644 --- a/CRM/Core/DAO/Email.php +++ b/CRM/Core/DAO/Email.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Email.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:1db4c45158da9bf5001eca31b2ea7d1f) + * (GenCodeChecksum:4cf435cd4ab6427311cbe3c4bdfee3d7) */ /** @@ -350,6 +350,7 @@ public static function &fields() { 'formatType' => 'activityDateTime', 'label' => ts("Hold Date"), ], + 'readonly' => TRUE, 'add' => '1.1', ], 'reset_date' => [ diff --git a/CRM/Core/DAO/Phone.php b/CRM/Core/DAO/Phone.php index 9e44a53590cc..b49adb0bf386 100644 --- a/CRM/Core/DAO/Phone.php +++ b/CRM/Core/DAO/Phone.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Core/Phone.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:2e9fca5a1a5c29b6f3e5310bd41bf29e) + * (GenCodeChecksum:ca5a231db08deaad7f4098886a7852c8) */ /** @@ -95,6 +95,7 @@ class CRM_Core_DAO_Phone extends CRM_Core_DAO { * @var int|string|null * (SQL type: int unsigned) * Note that values will be retrieved from the database as a string. + * @deprecated */ public $mobile_provider_id; @@ -330,6 +331,7 @@ public static function &fields() { 'html' => [ 'label' => ts("Numeric"), ], + 'readonly' => TRUE, 'add' => '4.3', ], 'phone_type_id' => [