Skip to content

Commit

Permalink
Merge pull request #24507 from eileenmcnaughton/bao
Browse files Browse the repository at this point in the history
BAO regen
  • Loading branch information
eileenmcnaughton authored Sep 14, 2022
2 parents 0f66215 + edad4c4 commit 1fab556
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CRM/Contact/DAO/Contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Contact/Contact.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:be4fd5a55e44b4770bd3fcdebd2c26a5)
* (GenCodeChecksum:8cdd2fa476983d8770b53cc7665586cf)
*/

/**
Expand Down Expand Up @@ -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;

Expand Down
3 changes: 2 additions & 1 deletion CRM/Core/DAO/Address.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Core/Address.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:2805aab60103a502697864b763d03da7)
* (GenCodeChecksum:3f05cd897f3208750db1ea19adb784e7)
*/

/**
Expand Down Expand Up @@ -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;

Expand Down
3 changes: 2 additions & 1 deletion CRM/Core/DAO/Email.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Core/Email.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:1db4c45158da9bf5001eca31b2ea7d1f)
* (GenCodeChecksum:4cf435cd4ab6427311cbe3c4bdfee3d7)
*/

/**
Expand Down Expand Up @@ -350,6 +350,7 @@ public static function &fields() {
'formatType' => 'activityDateTime',
'label' => ts("Hold Date"),
],
'readonly' => TRUE,
'add' => '1.1',
],
'reset_date' => [
Expand Down
4 changes: 3 additions & 1 deletion CRM/Core/DAO/Phone.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*
* Generated from xml/schema/CRM/Core/Phone.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
* (GenCodeChecksum:2e9fca5a1a5c29b6f3e5310bd41bf29e)
* (GenCodeChecksum:ca5a231db08deaad7f4098886a7852c8)
*/

/**
Expand Down Expand Up @@ -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;

Expand Down Expand Up @@ -330,6 +331,7 @@ public static function &fields() {
'html' => [
'label' => ts("Numeric"),
],
'readonly' => TRUE,
'add' => '4.3',
],
'phone_type_id' => [
Expand Down

0 comments on commit 1fab556

Please sign in to comment.