Skip to content

Commit

Permalink
Merge pull request civicrm#12 from Edzelopez/CIVI-28
Browse files Browse the repository at this point in the history
CIVI-28 Added permission check for Contribution Detail Report
  • Loading branch information
Edzelopez committed Mar 17, 2015
2 parents c8c3890 + c687274 commit 52af0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Report/Form/Contribute/Detail.php
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ public function __construct() {
'financial_type_id' => array(
'title' => ts('Financial Type'),
'operatorType' => CRM_Report_Form::OP_MULTISELECT,
'options' => CRM_Contribute_PseudoConstant::financialType(),
'options' => CRM_Financial_BAO_FinancialType::getAvailableFinancialTypes(),
'type' => CRM_Utils_Type::T_INT,
),
'contribution_page_id' => array(
Expand Down

0 comments on commit 52af0c8

Please sign in to comment.