CRM-19427 - set deductible amount at price field option level
[civicrm-core.git] / CRM / Report / Form / Contribute / Detail.php
index f5f4509087e1a65cec5597ffc01be821f5e86529..8b8bf7f8261289d7d927b321724586192b8ad6cf 100644 (file)
@@ -193,6 +193,9 @@ class CRM_Report_Form_Contribute_Detail extends CRM_Report_Form {
             'required' => TRUE,
             'statistics' => array('sum' => ts('Amount')),
           ),
+          'non_deductible_amount' => array(
+            'title' => ts('Non-deductible Amount'),
+          ),
           'fee_amount' => NULL,
           'net_amount' => NULL,
           'contribution_or_soft' => array(
@@ -233,6 +236,9 @@ class CRM_Report_Form_Contribute_Detail extends CRM_Report_Form {
             'default' => NULL,
             'type' => CRM_Utils_Type::T_STRING,
           ),
+          'non_deductible_amount' => array(
+            'title' => ts('Non-deductible Amount'),
+          ),
           'financial_type_id' => array(
             'title' => ts('Financial Type'),
             'operatorType' => CRM_Report_Form::OP_MULTISELECT,