projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bbd985
)
CRM-13908 - Contribution - fixing indentation.
author
Jamie McClelland
<jm@mayfirst.org>
Wed, 4 Dec 2013 21:32:28 +0000
(16:32 -0500)
committer
Jamie 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
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Contribute/BAO/Query.php
b/CRM/Contribute/BAO/Query.php
index 2c59297b3d8f137d22b3c03bc4925a8a93d4de69..6f1fe39a4f2751c5976496aa027809d706fc7a8d 100644
(file)
--- 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)) {