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:
c2cb1d5
)
-- Batch transaction page minor fix(Query Syntax error)
author
Ravish Nair
<ravish.nair@webaccess.co.in>
Tue, 9 Apr 2013 14:36:58 +0000
(20:06 +0530)
committer
Ravish Nair
<ravish.nair@webaccess.co.in>
Tue, 9 Apr 2013 14:36:58 +0000
(20:06 +0530)
CRM/Batch/BAO/Batch.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Batch/BAO/Batch.php
b/CRM/Batch/BAO/Batch.php
index 2501cc9b57f24194c5bfdb1521336db92e9b50a6..d203cbd134e74d227ce55ee4ef14f902f7d5a30a 100644
(file)
--- a/
CRM/Batch/BAO/Batch.php
+++ b/
CRM/Batch/BAO/Batch.php
@@
-710,7
+710,7
@@
LEFT JOIN civicrm_contribution_soft ON civicrm_contribution_soft.contribution_id
}
if (!empty($query->_where[0])) {
$where = implode(' AND ', $query->_where[0]) .
- "AND civicrm_entity_batch.batch_id IS NULL
+ "
AND civicrm_entity_batch.batch_id IS NULL
AND civicrm_entity_financial_trxn.entity_table = 'civicrm_contribution'";
$searchValue = TRUE;
}