Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yashodha committed Jan 10, 2018
1 parent eb71b3f commit fe681d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Financial/Page/AJAX.php
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ public static function getFinancialTransactionsList() {
'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'
'civicrm_financial_trxn.pan_truncation',
);

$columnHeader = array(
Expand Down

0 comments on commit fe681d8

Please sign in to comment.