Skip to content
Snippets Groups Projects
Commit b2f2700e authored by DaveD's avatar DaveD
Browse files

unused variable

parent f982eb14
Branches
No related tags found
No related merge requests found
......@@ -839,12 +839,10 @@ class CRM_Report_Form_Contribute_History extends CRM_Report_Form {
if (!empty($row['civicrm_financial_trxn_card_type_id'])) {
$rows[$rowNum]['civicrm_financial_trxn_card_type_id'] = $this->getLabels($row['civicrm_financial_trxn_card_type_id'], 'CRM_Financial_DAO_FinancialTrxn', 'card_type_id');
$entryFound = TRUE;
}
$entryFound = $this->alterDisplayContactFields($row, $rows, $rowNum, NULL, NULL) ? TRUE : $entryFound;
$entryFound = $this->alterDisplayAddressFields($row, $rows, $rowNum, NULL, NULL) ? TRUE : $entryFound;
$this->alterDisplayContactFields($row, $rows, $rowNum, NULL, NULL);
$this->alterDisplayAddressFields($row, $rows, $rowNum, NULL, NULL);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment