From 5712c3b93d2be3f83e82843ed6a915985ece9ffc Mon Sep 17 00:00:00 2001 From: Tanya Bouman Date: Tue, 21 Aug 2018 14:00:58 -0400 Subject: [PATCH] fixing batch search by payment method --- CRM/Batch/BAO/Batch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Batch/BAO/Batch.php b/CRM/Batch/BAO/Batch.php index ee73a515f0..924bb55138 100644 --- a/CRM/Batch/BAO/Batch.php +++ b/CRM/Batch/BAO/Batch.php @@ -697,7 +697,7 @@ LEFT JOIN civicrm_contribution_soft ON civicrm_contribution_soft.contribution_id 'sort_name', 'financial_type_id', 'contribution_page_id', - 'payment_instrument_id', + 'contribution_payment_instrument_id', 'contribution_trxn_id', 'contribution_source', 'contribution_currency_type', -- 2.25.1