*
* Generated from xml/schema/CRM/Financial/FinancialType.xml
* DO NOT EDIT. Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:8c3444c5cd613f6f817d6f7bbea2b05f)
+ * (GenCodeChecksum:ddbf4faec2a77ef3fa7b9d126c9d0443)
*/
/**
'type' => CRM_Utils_Type::T_BOOLEAN,
'title' => ts('Is Tax Deductible?'),
'description' => ts('Is this financial type tax-deductible? If true, contributions of this type may be fully OR partially deductible - non-deductible amount is stored in the Contribution record.'),
+ 'required' => TRUE,
'where' => 'civicrm_financial_type.is_deductible',
- 'default' => '1',
+ 'default' => '0',
'table_name' => 'civicrm_financial_type',
'entity' => 'FinancialType',
'bao' => 'CRM_Financial_BAO_FinancialType',
'type' => CRM_Utils_Type::T_BOOLEAN,
'title' => ts('Financial Type is Reserved?'),
'description' => ts('Is this a predefined system object?'),
+ 'required' => TRUE,
'where' => 'civicrm_financial_type.is_reserved',
'default' => '0',
'table_name' => 'civicrm_financial_type',
'type' => CRM_Utils_Type::T_BOOLEAN,
'title' => ts('Financial Type Is Active?'),
'description' => ts('Is this property active?'),
+ 'required' => TRUE,
'where' => 'civicrm_financial_type.is_active',
'default' => '1',
'table_name' => 'civicrm_financial_type',
<name>is_deductible</name>
<title>Is Tax Deductible?</title>
<type>boolean</type>
+ <required>true</required>
<length>4</length>
- <default>1</default>
+ <default>0</default>
<comment>Is this financial type tax-deductible? If true, contributions of this type may be fully OR partially deductible - non-deductible amount is stored in the Contribution record.</comment>
<add>1.3</add>
<html>
<title>Financial Type is Reserved?</title>
<type>boolean</type>
<length>4</length>
+ <required>true</required>
<comment>Is this a predefined system object?</comment>
<add>1.3</add>
<default>0</default>
<default>1</default>
<title>Financial Type Is Active?</title>
<length>4</length>
+ <required>true</required>
<comment>Is this property active?</comment>
<add>1.3</add>
<html>