CRM-13908 - Contribution - fixing indentation.
authorJamie McClelland <jm@mayfirst.org>
Wed, 4 Dec 2013 21:32:28 +0000 (16:32 -0500)
committerJamie McClelland <jm@mayfirst.org>
Wed, 4 Dec 2013 21:32:28 +0000 (16:32 -0500)
----------------------------------------
* CRM-13908:
  http://issues.civicrm.org/jira/browse/CRM-13908

CRM/Contribute/BAO/Query.php

index 2c59297b3d8f137d22b3c03bc4925a8a93d4de69..6f1fe39a4f2751c5976496aa027809d706fc7a8d 100644 (file)
@@ -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)) {