X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FContribute%2FDAO%2FContributionSoft.php;h=7f292aaf630a3192005132def40f0d3d7ab8dbe2;hb=9fb047bb84bbce745a98e58714ece1418f3a9776;hp=5f81c2cf00ce1c16090f95d74bdf77d18430e6e5;hpb=47cc54d5bdce1a28eb813390ac932fe18f79b619;p=civicrm-core.git diff --git a/CRM/Contribute/DAO/ContributionSoft.php b/CRM/Contribute/DAO/ContributionSoft.php index 5f81c2cf00..7f292aaf63 100644 --- a/CRM/Contribute/DAO/ContributionSoft.php +++ b/CRM/Contribute/DAO/ContributionSoft.php @@ -6,7 +6,7 @@ * * Generated from xml/schema/CRM/Contribute/ContributionSoft.xml * DO NOT EDIT. Generated by CRM_Core_CodeGen - * (GenCodeChecksum:eb1e493dc7ff4da34167ad0828d61fd4) + * (GenCodeChecksum:e183ac4d1412bc227a1be7975cc67b0a) */ /** @@ -129,7 +129,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO { 'name' => 'id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Soft Contribution ID'), - 'description' => 'Soft Contribution ID', + 'description' => ts('Soft Contribution ID'), 'required' => TRUE, 'import' => TRUE, 'where' => 'civicrm_contribution_soft.id', @@ -145,7 +145,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO { 'name' => 'contribution_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Soft Contribution - Contribution'), - 'description' => 'FK to contribution table.', + 'description' => ts('FK to contribution table.'), 'required' => TRUE, 'table_name' => 'civicrm_contribution_soft', 'entity' => 'ContributionSoft', @@ -157,7 +157,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO { 'name' => 'contact_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Contact ID'), - 'description' => 'FK to Contact ID', + 'description' => ts('FK to Contact ID'), 'required' => TRUE, 'import' => TRUE, 'where' => 'civicrm_contribution_soft.contact_id', @@ -174,7 +174,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO { 'name' => 'amount', 'type' => CRM_Utils_Type::T_MONEY, 'title' => ts('Soft Contribution Amount'), - 'description' => 'Amount of this soft contribution.', + 'description' => ts('Amount of this soft contribution.'), 'required' => TRUE, 'precision' => [ 20, @@ -194,7 +194,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO { 'name' => 'currency', 'type' => CRM_Utils_Type::T_STRING, 'title' => ts('Soft Contribution Currency'), - 'description' => '3 character string, value from config setting or input via user.', + 'description' => ts('3 character string, value from config setting or input via user.'), 'maxlength' => 3, 'size' => CRM_Utils_Type::FOUR, 'default' => 'NULL', @@ -216,7 +216,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO { 'name' => 'pcp_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Soft Contribution PCP'), - 'description' => 'FK to civicrm_pcp.id', + 'description' => ts('FK to civicrm_pcp.id'), 'default' => 'NULL', 'table_name' => 'civicrm_contribution_soft', 'entity' => 'ContributionSoft', @@ -233,6 +233,7 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO { 'name' => 'pcp_display_in_roll', 'type' => CRM_Utils_Type::T_BOOLEAN, 'title' => ts('Soft Contribution Display on PCP'), + 'default' => '0', 'table_name' => 'civicrm_contribution_soft', 'entity' => 'ContributionSoft', 'bao' => 'CRM_Contribute_BAO_ContributionSoft', @@ -261,12 +262,15 @@ class CRM_Contribute_DAO_ContributionSoft extends CRM_Core_DAO { 'entity' => 'ContributionSoft', 'bao' => 'CRM_Contribute_BAO_ContributionSoft', 'localizable' => 0, + 'html' => [ + 'type' => 'TextArea', + ], ], 'soft_credit_type_id' => [ 'name' => 'soft_credit_type_id', 'type' => CRM_Utils_Type::T_INT, 'title' => ts('Soft Credit Type'), - 'description' => 'Soft Credit Type ID.Implicit FK to civicrm_option_value where option_group = soft_credit_type.', + 'description' => ts('Soft Credit Type ID.Implicit FK to civicrm_option_value where option_group = soft_credit_type.'), 'default' => 'NULL', 'table_name' => 'civicrm_contribution_soft', 'entity' => 'ContributionSoft',