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

smarty warning

parent 3853dbb0
Branches
Tags
No related merge requests found
......@@ -825,6 +825,11 @@ class CRM_Report_Form_Contribute_History extends CRM_Report_Form {
$rows[$rowNum] = $row;
}
// The main rows don't have this set so gives a smarty warning.
if (!isset($row['civicrm_relationship_relationship_type_id'])) {
$rows[$rowNum]['civicrm_relationship_relationship_type_id'] = '';
}
// Convert Display name into link
if (!empty($row['civicrm_contact_sort_name']) &&
!empty($row['civicrm_contact_id'])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment