Merge pull request #13088 from eileenmcnaughton/lybunt2
[civicrm-core.git] / CRM / Core / DAO / Discount.php
index b35720a11b44a21dc3d47b064cecbf118ce5dd55..58d7fd22bbb2b58dfa8a084ac206771be6ca2a0c 100644 (file)
@@ -2,11 +2,11 @@
 
 /**
  * @package CRM
- * @copyright CiviCRM LLC (c) 2004-2017
+ * @copyright CiviCRM LLC (c) 2004-2018
  *
  * Generated from xml/schema/CRM/Core/Discount.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:1ce69428f948066567e95645cb86254a)
+ * (GenCodeChecksum:74c8162f321ac50b965c1416951fe93a)
  */
 
 /**
@@ -106,7 +106,7 @@ class CRM_Core_DAO_Discount extends CRM_Core_DAO {
           'name' => 'id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Discount ID'),
-          'description' => 'primary key',
+          'description' => ts('primary key'),
           'required' => TRUE,
           'table_name' => 'civicrm_discount',
           'entity' => 'Discount',
@@ -117,7 +117,7 @@ class CRM_Core_DAO_Discount extends CRM_Core_DAO {
           'name' => 'entity_table',
           'type' => CRM_Utils_Type::T_STRING,
           'title' => ts('Entity Table'),
-          'description' => 'physical tablename for entity being joined to discount, e.g. civicrm_event',
+          'description' => ts('physical tablename for entity being joined to discount, e.g. civicrm_event'),
           'maxlength' => 64,
           'size' => CRM_Utils_Type::BIG,
           'table_name' => 'civicrm_discount',
@@ -129,7 +129,7 @@ class CRM_Core_DAO_Discount extends CRM_Core_DAO {
           'name' => 'entity_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Entity ID'),
-          'description' => 'FK to entity table specified in entity_table column.',
+          'description' => ts('FK to entity table specified in entity_table column.'),
           'required' => TRUE,
           'table_name' => 'civicrm_discount',
           'entity' => 'Discount',
@@ -140,7 +140,7 @@ class CRM_Core_DAO_Discount extends CRM_Core_DAO {
           'name' => 'price_set_id',
           'type' => CRM_Utils_Type::T_INT,
           'title' => ts('Discount Name'),
-          'description' => 'FK to civicrm_price_set',
+          'description' => ts('FK to civicrm_price_set'),
           'required' => TRUE,
           'export' => TRUE,
           'where' => 'civicrm_discount.price_set_id',
@@ -156,7 +156,7 @@ class CRM_Core_DAO_Discount extends CRM_Core_DAO {
           'name' => 'start_date',
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('Discount Start Date'),
-          'description' => 'Date when discount starts.',
+          'description' => ts('Date when discount starts.'),
           'table_name' => 'civicrm_discount',
           'entity' => 'Discount',
           'bao' => 'CRM_Core_BAO_Discount',
@@ -166,7 +166,7 @@ class CRM_Core_DAO_Discount extends CRM_Core_DAO {
           'name' => 'end_date',
           'type' => CRM_Utils_Type::T_DATE,
           'title' => ts('Discount End Date'),
-          'description' => 'Date when discount ends.',
+          'description' => ts('Date when discount ends.'),
           'table_name' => 'civicrm_discount',
           'entity' => 'Discount',
           'bao' => 'CRM_Core_BAO_Discount',