Skip to content
Snippets Groups Projects
Commit ba9d40b9 authored by Ravish Nair's avatar Ravish Nair
Browse files

-- Batch transaction page minor fix(Query Syntax error)

parent c2cb1d51
Branches
Tags
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment