Skip to content

Commit

Permalink
Merge pull request #11073 from totten/master-pfv
Browse files Browse the repository at this point in the history
(NFC) CRM-12167 - Regenerate CRM_Price_DAO_PriceFieldValue
  • Loading branch information
totten authored Oct 9, 2017
2 parents 83cf2dc + 64ca7bc commit e0b780c
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit e0b780c

Please sign in to comment.