Merge pull request #12641 from mfb/reply-forwarding
[civicrm-core.git] / CRM / Price / DAO / LineItem.php
index 23f11bb5f537b19370d6462be543c529754a6a9c..08ee2d4eb06f90264d023c10add8c9e7263a5400 100644 (file)
@@ -2,11 +2,11 @@
 
 /**
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2018
+ * @copyright CiviCRM LLC (c) 2004-2019
  *
  * Generated from xml/schema/CRM/Price/LineItem.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:db7c7e55df64ed93a7152b5297d13d25)
+ * (GenCodeChecksum:efca4ce3a24803ffca3180f7a81ea6f2)
  */
 
 /**
@@ -165,7 +165,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Line Item ID'),
-          'description' => 'Line Item',
+          'description' => ts('Line Item'),
           'required' => TRUE,
           'table_name' => 'civicrm_line_item',
           'entity' => 'LineItem',
@@ -176,7 +176,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'name' => 'entity_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Line Item Entity Type'),
-          'description' => 'table which has the transaction',
+          'description' => ts('table which has the transaction'),
           'required' => TRUE,
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
@@ -189,7 +189,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'name' => 'entity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Line Item Entity'),
-          'description' => 'entry in table',
+          'description' => ts('entry in table'),
           'required' => TRUE,
           'table_name' => 'civicrm_line_item',
           'entity' => 'LineItem',
@@ -200,7 +200,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'name' => 'contribution_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Line Item Contribution'),
-          'description' => 'FK to civicrm_contribution',
+          'description' => ts('FK to civicrm_contribution'),
           'table_name' => 'civicrm_line_item',
           'entity' => 'LineItem',
           'bao' => 'CRM_Price_BAO_LineItem',
@@ -211,7 +211,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'name' => 'price_field_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Line Item Price Field'),
-          'description' => 'FK to civicrm_price_field',
+          'description' => ts('FK to civicrm_price_field'),
           'table_name' => 'civicrm_line_item',
           'entity' => 'LineItem',
           'bao' => 'CRM_Price_BAO_LineItem',
@@ -222,7 +222,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'name' => 'label',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Line Item Label'),
-          'description' => 'descriptive label for item - from price_field_value.label',
+          'description' => ts('descriptive label for item - from price_field_value.label'),
           'maxlength' => 255,
           'size' => CRM_Utils_Type::HUGE,
           'default' => 'NULL',
@@ -238,7 +238,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'name' => 'qty',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Line Item Quantity'),
-          'description' => 'How many items ordered',
+          'description' => ts('How many items ordered'),
           'required' => TRUE,
           'precision' => [
             20,
@@ -256,7 +256,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'name' => 'unit_price',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Unit Price'),
-          'description' => 'price of each item',
+          'description' => ts('price of each item'),
           'required' => TRUE,
           'precision' => [
             20,
@@ -274,7 +274,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'name' => 'line_total',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Line Item Total'),
-          'description' => 'qty * unit_price',
+          'description' => ts('qty * unit_price'),
           'required' => TRUE,
           'precision' => [
             20,
@@ -289,7 +289,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'name' => 'participant_count',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Line Item Participant Count'),
-          'description' => 'Participant count for field',
+          'description' => ts('Participant count for field'),
           'default' => 'NULL',
           'table_name' => 'civicrm_line_item',
           'entity' => 'LineItem',
@@ -303,7 +303,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'name' => 'price_field_value_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Line Item Option'),
-          'description' => 'FK to civicrm_price_field_value',
+          'description' => ts('FK to civicrm_price_field_value'),
           'default' => 'NULL',
           'table_name' => 'civicrm_line_item',
           'entity' => 'LineItem',
@@ -315,7 +315,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'name' => 'financial_type_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Financial Type'),
-          'description' => 'FK to Financial Type.',
+          'description' => ts('FK to Financial Type.'),
           'default' => 'NULL',
           'table_name' => 'civicrm_line_item',
           'entity' => 'LineItem',
@@ -335,7 +335,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'name' => 'non_deductible_amount',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Non-deductible Amount'),
-          'description' => 'Portion of total amount which is NOT tax deductible.',
+          'description' => ts('Portion of total amount which is NOT tax deductible.'),
           'required' => TRUE,
           'precision' => [
             20,
@@ -354,7 +354,7 @@ class CRM_Price_DAO_LineItem extends CRM_Core_DAO {
           'name' => 'tax_amount',
           'type' => CRM_Utils_Type::T_MONEY,
           'title' => ts('Tax Amount'),
-          'description' => 'tax of each item',
+          'description' => ts('tax of each item'),
           'precision' => [
             20,
             2