(NFC) Regenerate CRM_Price_DAO_PriceFieldValue
authorTim Otten <totten@civicrm.org>
Thu, 5 Oct 2017 19:43:01 +0000 (20:43 +0100)
committerTim Otten <totten@civicrm.org>
Thu, 5 Oct 2017 19:43:01 +0000 (20:43 +0100)
Following 2db35bf6e, the definition of this entity changed.  However,
2db35bf6e left the checksum alone. This commit updates it to match.

CRM/Price/DAO/PriceFieldValue.php

index c51f08380cdc7f5c681b9a673cba86c2c0968479..f9de529cfa9235e7acc6856c197245935ff5fcc8 100644 (file)
@@ -30,7 +30,7 @@
  *
  * Generated from xml/schema/CRM/Price/PriceFieldValue.xml
  * DO NOT EDIT.  Generated by CRM_Core_CodeGen
- * (GenCodeChecksum:44b920e4a8091f16a96990834a24c288)
+ * (GenCodeChecksum:d5b9853fb1321ad9872ce5b11a582d81)
  */
 require_once 'CRM/Core/DAO.php';
 require_once 'CRM/Utils/Type.php';
@@ -153,7 +153,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
    */
   public $non_deductible_amount;
   /**
-   * Implicit FK to civicrm_option_group with name = \'visibility\'
+   * Implicit FK to civicrm_option_group with name = 'visibility'
    *
    * @var int unsigned
    */
@@ -456,7 +456,7 @@ class CRM_Price_DAO_PriceFieldValue extends CRM_Core_DAO {
           'pseudoconstant' => array(
             'optionGroupName' => 'visibility',
             'optionEditPath' => 'civicrm/admin/options/visibility',
-          ),
+          )
         ) ,
       );
       CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);