Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(NFC) CRM-12167 - Regenerate CRM_Price_DAO_PriceFieldValue #11073

Merged
merged 1 commit into from
Oct 9, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions CRM/Price/DAO/PriceFieldValue.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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
*/
Expand Down Expand Up @@ -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']);
Expand Down