Fix Relationship (Type) filter on Relationship report template. Any relationship...
authorDavid Hayes <david@blackbricksoftware.com>
Wed, 8 Mar 2017 01:55:21 +0000 (19:55 -0600)
committerDavid Hayes <david@blackbricksoftware.com>
Wed, 8 Mar 2017 01:55:21 +0000 (19:55 -0600)
CRM/Report/Form/Contact/Relationship.php

index a791872696689e15d279ca291eed2fc2b272a0ff..1604c8e83cdc3bd2976c46978293c47e201f76fc 100644 (file)
@@ -263,7 +263,7 @@ class CRM_Report_Form_Contact_Relationship extends CRM_Report_Form {
           'relationship_type_id' => array(
             'title' => ts('Relationship'),
             'operatorType' => CRM_Report_Form::OP_MULTISELECT,
-            'options' => CRM_Contact_BAO_Relationship::getContactRelationshipType(NULL, 'null', NULL, NULL, TRUE),
+            'options' => CRM_Contact_BAO_Relationship::getContactRelationshipType(NULL, NULL, NULL, NULL, TRUE),
             'type' => CRM_Utils_Type::T_INT,
           ),
           'start_date' => array(