Skip to content

Commit

Permalink
CRM-16189, fixed Class name
Browse files Browse the repository at this point in the history
----------------------------------------
* CRM-16189: Improve support for Accrual Method bookkeeping
  https://issues.civicrm.org/jira/browse/CRM-16189
  • Loading branch information
pradpnayak authored and Edzelopez committed Feb 9, 2017
1 parent 6dbdb39 commit 2377426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Event/Form/ManageEvent/EventInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public function buildQuickForm() {

// CRM-16189
$this->assign('deferred_enabled', FALSE);
if (CRM_Contribute_PseudoConstant::checkContributeSettings('deferred_revenue_enabled')) {
if (CRM_Contribute_BAO_Contribution::checkContributeSettings('deferred_revenue_enabled')) {
$this->assign('deferred_enabled', TRUE);
}

Expand Down

0 comments on commit 2377426

Please sign in to comment.