From d036089aad72d963a52336a4cbf649dde4992832 Mon Sep 17 00:00:00 2001 From: Mountev Date: Sun, 20 Oct 2019 22:43:32 +0100 Subject: [PATCH] street address sorting for contact detail report --- CRM/Report/Form/Contact/Detail.php | 1 + 1 file changed, 1 insertion(+) diff --git a/CRM/Report/Form/Contact/Detail.php b/CRM/Report/Form/Contact/Detail.php index 4ed4723298..bc7a4f9c24 100644 --- a/CRM/Report/Form/Contact/Detail.php +++ b/CRM/Report/Form/Contact/Detail.php @@ -139,6 +139,7 @@ class CRM_Report_Form_Contact_Detail extends CRM_Report_Form { ], ], 'order_bys' => [ + 'street_address' => ['title' => ts('Street Address')], 'state_province_id' => ['title' => ts('State/Province')], 'city' => ['title' => ts('City')], 'postal_code' => ['title' => ts('Postal Code')], -- 2.25.1