Skip to content
Snippets Groups Projects
Unverified Commit 9bc1d4f3 authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #17554 from alifrumin/entryFoundFlag

Fix "Undefined variable: entryFound" notice on Bookkeeping report
parents df05b1be d4d10c58
No related branches found
No related tags found
No related merge requests found
......@@ -643,6 +643,7 @@ class CRM_Report_Form_Contribute_Bookkeeping extends CRM_Report_Form {
$contributionStatus = CRM_Contribute_PseudoConstant::contributionStatus(NULL, 'label');
$creditCardTypes = CRM_Financial_DAO_FinancialTrxn::buildOptions('card_type_id');
foreach ($rows as $rowNum => $row) {
$entryFound = FALSE;
// convert display name to links
if (array_key_exists('civicrm_contact_sort_name', $row) &&
!empty($rows[$rowNum]['civicrm_contact_sort_name']) &&
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment