CRM-19427 - set deductible amount at price field option level
[civicrm-core.git] / CRM / Price / DAO / PriceFieldValue.php
index cda882a76f17dd9f5bd4a0ede77d07d527073f60..769dbaa7f3eacbfc1608c38767a1d8bd3ccc5267 100644 (file)
@@ -30,7 +30,7 @@
  *
  * Generated from xml/schema/CRM/Price/PriceFieldValue.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:14d1591a915f160a115553bc53439d1a)
+ * (GenCodeChecksum:ed52bc054bb8aed4bb154756a79fafa1)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
@@ -145,11 +145,11 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
    */
   public $financial_type_id;
   /**
-   * Tax-deductible portion of the amount
+   * Portion of total amount which is NOT tax deductible.
    *
    * @var float
    */
-  public $deductible_amount;
+  public $non_deductible_amount;
   /**
    * class constructor
    *
@@ -351,11 +351,11 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
             'labelColumn' => 'name',
           )
         ) ,
-        'deductible_amount' => array(
-          'name' => 'deductible_amount',
+        'non_deductible_amount' => array(
+          'name' => 'non_deductible_amount',
           'type' => CRM_Utils_Type::T_MONEY,
-          'title' => ts('Deductible Amount') ,
-          'description' => 'Tax-deductible portion of the amount',
+          'title' => ts('Non-deductible Amount') ,
+          'description' => 'Portion of total amount which is NOT tax deductible.',
           'required' => true,
           'precision' => array(
             20,