From 9b78e56b7b0aea6a129837b6290ee089c73ea700 Mon Sep 17 00:00:00 2001 From: yashodha Date: Wed, 12 Feb 2020 17:51:24 +0530 Subject: [PATCH] add sort order for end date --- CRM/Report/Form/Contact/Relationship.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CRM/Report/Form/Contact/Relationship.php b/CRM/Report/Form/Contact/Relationship.php index 8703ce8b8e..698e3ca513 100644 --- a/CRM/Report/Form/Contact/Relationship.php +++ b/CRM/Report/Form/Contact/Relationship.php @@ -311,6 +311,10 @@ class CRM_Report_Form_Contact_Relationship extends CRM_Report_Form { 'title' => ts('Start Date'), 'name' => 'start_date', ], + 'end_date' => [ + 'title' => ts('End Date'), + 'name' => 'end_date', + ], ], 'grouping' => 'relation-fields', ], -- 2.25.1