street address sorting for contact detail report
authorMountev <info@mountev.co.uk>
Sun, 20 Oct 2019 21:43:32 +0000 (22:43 +0100)
committerMountev <info@mountev.co.uk>
Tue, 22 Oct 2019 22:52:31 +0000 (23:52 +0100)
CRM/Report/Form/Contact/Detail.php

index 4ed4723298a4059e59c764514be38006f89612cf..bc7a4f9c241f770d9dadb451692ced36e03f5e68 100644 (file)
@@ -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')],