-- Batch transaction page minor fix(Query Syntax error)
authorRavish Nair <ravish.nair@webaccess.co.in>
Tue, 9 Apr 2013 14:36:58 +0000 (20:06 +0530)
committerRavish Nair <ravish.nair@webaccess.co.in>
Tue, 9 Apr 2013 14:36:58 +0000 (20:06 +0530)
CRM/Batch/BAO/Batch.php

index 2501cc9b57f24194c5bfdb1521336db92e9b50a6..d203cbd134e74d227ce55ee4ef14f902f7d5a30a 100644 (file)
@@ -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;
     }