From 4ca8b3e8ef34bbc516974a9483667dbf28e362d7 Mon Sep 17 00:00:00 2001 From: Jamie McClelland Date: Wed, 4 Dec 2013 16:32:28 -0500 Subject: [PATCH] CRM-13908 - Contribution - fixing indentation. ---------------------------------------- * CRM-13908: http://issues.civicrm.org/jira/browse/CRM-13908 --- CRM/Contribute/BAO/Query.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CRM/Contribute/BAO/Query.php b/CRM/Contribute/BAO/Query.php index 2c59297b3d..6f1fe39a4f 100644 --- a/CRM/Contribute/BAO/Query.php +++ b/CRM/Contribute/BAO/Query.php @@ -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)) { -- 2.25.1