Skip to content

Commit

Permalink
Merge pull request #11495 from yashodha/CRM-21637
Browse files Browse the repository at this point in the history
CRM-21637 - Search Criteria for Card Type ID and Card Number not resp…
  • Loading branch information
monishdeb authored Jun 15, 2018
2 parents 07f3638 + fe681d8 commit 58d4a38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CRM/Batch/BAO/Batch.php
Original file line number Diff line number Diff line change
Expand Up @@ -719,6 +719,8 @@ public static function getBatchFinancialItems($entityID, $returnValues, $notPres
'contribution_date_low',
'contribution_check_number',
'contribution_status_id',
'financial_trxn_card_type_id',
'financial_trxn_pan_truncation',
);
$values = array();
foreach ($searchFields as $field) {
Expand Down
2 changes: 2 additions & 0 deletions CRM/Financial/Page/AJAX.php
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ public static function getFinancialTransactionsList() {
'civicrm_financial_trxn.currency as currency',
'civicrm_financial_trxn.status_id as status',
'civicrm_financial_trxn.check_number as check_number',
'civicrm_financial_trxn.card_type_id',
'civicrm_financial_trxn.pan_truncation',
);

$columnHeader = array(
Expand Down

0 comments on commit 58d4a38

Please sign in to comment.