fixed the regression caused due to rename of FieldValue to PriceFieldValue
authorkurund <kurund@civicrm.org>
Sun, 11 Aug 2013 18:55:25 +0000 (00:25 +0530)
committerkurund <kurund@civicrm.org>
Sun, 11 Aug 2013 18:55:25 +0000 (00:25 +0530)
CRM/Financial/BAO/FinancialTypeAccount.php

index 68df112f79c8080fb6358a6a523bc33daca918fa..0812babafbd4d297c63eb32ab08ca5a34c340c4b 100644 (file)
@@ -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'),