From 64ca7bcdbc74924f8f94f4680fc8bc9438a44bee Mon Sep 17 00:00:00 2001 From: Tim Otten Date: Thu, 5 Oct 2017 20:43:01 +0100 Subject: [PATCH] (NFC) Regenerate CRM_Price_DAO_PriceFieldValue 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CRM/Price/DAO/PriceFieldValue.php b/CRM/Price/DAO/PriceFieldValue.php index c51f08380cdc..f9de529cfa92 100644 --- a/CRM/Price/DAO/PriceFieldValue.php +++ b/CRM/Price/DAO/PriceFieldValue.php @@ -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 @@ static function &fields() { 'pseudoconstant' => array( 'optionGroupName' => 'visibility', 'optionEditPath' => 'civicrm/admin/options/visibility', - ), + ) ) , ); CRM_Core_DAO_AllCoreTables::invoke(__CLASS__, 'fields_callback', Civi::$statics[__CLASS__]['fields']);