Skip to content

Commit

Permalink
Merge pull request #9947 from davidjosephhayes/master
Browse files Browse the repository at this point in the history
CRM-20232 Fix Relationship (Type) filter on Relationship report template. Any r…
  • Loading branch information
eileenmcnaughton authored Mar 8, 2017
2 parents 44cde4c + 0ddfa7b commit 43ab26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Report/Form/Contact/Relationship.php
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ public function __construct() {
'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(
Expand Down

0 comments on commit 43ab26f

Please sign in to comment.