Skip to content
Snippets Groups Projects
Commit d4d10c58 authored by alicefrumin's avatar alicefrumin
Browse files

set flag

parent d1f859b2
Branches
Tags 5.81.1
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