From 09ed300e5e34ec287df6ea6d63c08cf278c86d78 Mon Sep 17 00:00:00 2001 From: francescbassas Date: Wed, 17 Jan 2018 13:44:57 +0100 Subject: [PATCH] CRM-21670 - Search of active relationships does not appear on Relationship Report https://issues.civicrm.org/jira/browse/CRM-21670 --- CRM/Report/Form/Contact/Relationship.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CRM/Report/Form/Contact/Relationship.php b/CRM/Report/Form/Contact/Relationship.php index 5955267d2f..df48628dcc 100644 --- a/CRM/Report/Form/Contact/Relationship.php +++ b/CRM/Report/Form/Contact/Relationship.php @@ -304,6 +304,10 @@ class CRM_Report_Form_Contact_Relationship extends CRM_Report_Form { 'title' => ts('End Date'), 'type' => CRM_Utils_Type::T_DATE, ), + 'active_period_date' => array( + 'title' => ts('Active Period'), + 'type' => CRM_Utils_Type::T_DATE, + ), 'is_permission_a_b' => array( 'title' => ts('Does contact A have permission over contact B?'), 'operatorType' => CRM_Report_Form::OP_SELECT, @@ -331,10 +335,6 @@ class CRM_Report_Form_Contact_Relationship extends CRM_Report_Form { 'title' => ts('Start Date'), 'name' => 'start_date', ), - 'active_period_date' => array( - 'title' => ts('Active Period'), - 'type' => CRM_Utils_Type::T_DATE, - ), ), 'grouping' => 'relation-fields', ), -- 2.25.1