Skip to content
Snippets Groups Projects
Commit 4ca8b3e8 authored by Jamie McClelland's avatar Jamie McClelland
Browse files

CRM-13908 - Contribution - fixing indentation.

----------------------------------------
* CRM-13908:
  http://issues.civicrm.org/jira/browse/CRM-13908
parent 5bbd985a
No related branches found
No related tags found
No related merge requests found
......@@ -301,8 +301,8 @@ class CRM_Contribute_BAO_Query {
$query->_tables['civicrm_contribution'] = $query->_whereTables['civicrm_contribution'] = 1;
return;
case 'financial_type_id':
case 'financial_type':
case 'financial_type_id':
case 'financial_type':
// The financial_type_id might be an array (from aggregate contributions custom search)
// In this case, we need to change the query.
if (is_array($value)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment