CRM-19489 - Fix notices on Constituent Detail Report
authorjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Thu, 13 Oct 2016 07:04:01 +0000 (12:34 +0530)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Thu, 13 Oct 2016 07:04:01 +0000 (12:34 +0530)
CRM/Report/Form/Contact/Detail.php

index dc9b766ac0c25f48000af2c0f7e611f6eff504fd..f618ade10a95525ec2a724769620bf713e88710f 100644 (file)
@@ -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;