Re-run gencode for fix on PriceField DAO
authoreileen <emcnaughton@wikimedia.org>
Tue, 5 Feb 2019 22:22:03 +0000 (11:22 +1300)
committereileen <emcnaughton@wikimedia.org>
Tue, 5 Feb 2019 22:22:03 +0000 (11:22 +1300)
CRM/Price/DAO/PriceFieldValue.php

index 3f0b298a641aced3862b50cb7818fc860ed9c487..d6ba96ec79f2d73c6cfb69d847cc1bd8bbb53982 100644 (file)
@@ -6,7 +6,7 @@
  *
  * Generated from xml/schema/CRM/Price/PriceFieldValue.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:fab6fa9814f0f984add020b2f1c58b18)
+ * (GenCodeChecksum:a3de204f039daa85984316fae2c60975)
  */
 
 /**
@@ -57,7 +57,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
   public $label;
 
   /**
-   * >Price field option description.
+   * Price field option description.
    *
    * @var text
    */
@@ -244,7 +244,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'name' => 'description',
           'type' => CRM_Utils_Type::T_TEXT,
           'title' => ts('Description'),
-          'description' => ts('>Price field option description.'),
+          'description' => ts('Price field option description.'),
           'rows' => 2,
           'cols' => 60,
           'default' => 'NULL',