From: kurund Date: Sun, 11 Aug 2013 18:55:25 +0000 (+0530) Subject: fixed the regression caused due to rename of FieldValue to PriceFieldValue X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9f61848d2e712547d391a8c7e3b463c307a71e2e;p=civicrm-core.git fixed the regression caused due to rename of FieldValue to PriceFieldValue --- diff --git a/CRM/Financial/BAO/FinancialTypeAccount.php b/CRM/Financial/BAO/FinancialTypeAccount.php index 68df112f79..0812babafb 100644 --- a/CRM/Financial/BAO/FinancialTypeAccount.php +++ b/CRM/Financial/BAO/FinancialTypeAccount.php @@ -121,7 +121,7 @@ class CRM_Financial_BAO_FinancialTypeAccount extends CRM_Financial_DAO_EntityFin array('Contribute', 'Contribution'), array('Contribute', 'ContributionPage'), array('Member', 'MembershipType'), - array('Price', 'FieldValue'), + array('Price', 'PriceFieldValue'), array('Grant', 'Grant'), array('Contribute', 'PremiumsProduct'), array('Contribute', 'Product'),