From 73a6bba2b94ab0ef971098eac88520caa933a197 Mon Sep 17 00:00:00 2001 From: jitendrapurohit Date: Thu, 13 Oct 2016 12:34:01 +0530 Subject: [PATCH] CRM-19489 - Fix notices on Constituent Detail Report --- CRM/Report/Form/Contact/Detail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Report/Form/Contact/Detail.php b/CRM/Report/Form/Contact/Detail.php index dc9b766ac0..f618ade10a 100644 --- a/CRM/Report/Form/Contact/Detail.php +++ b/CRM/Report/Form/Contact/Detail.php @@ -641,7 +641,7 @@ class CRM_Report_Form_Contact_Detail extends CRM_Report_Form { if (!empty($this->_selectComponent['relationship_civireport'])) { - $relTypes = CRM_Contact_BAO_Relationship::getContactRelationshipType(NULL, 'null', NULL, NULL, TRUE); + $relTypes = CRM_Contact_BAO_Relationship::getContactRelationshipType(NULL, NULL, NULL, NULL, TRUE); $val = 'relationship_civireport'; $eligibleResult[$val] = $val; -- 2.25.1