closes reporting#6 - can't sort by Street Name
authorJon Goldberg <jon@megaphonetech.com>
Wed, 12 Sep 2018 03:45:30 +0000 (23:45 -0400)
committerJon Goldberg <jon@megaphonetech.com>
Wed, 12 Sep 2018 03:45:30 +0000 (23:45 -0400)
CRM/Report/Form.php

index 76861112042e4181ed98c55f7e6162dfdc6a9c11..9b5027e3733d515b9cf87cd9150791d2ae5e0534 100644 (file)
@@ -5514,12 +5514,6 @@ LEFT JOIN civicrm_contact {$field['alias']} ON {$field['alias']}.id = {$this->_a
         'is_filters' => TRUE,
         'is_fields' => TRUE,
       ),
-      $options['prefix'] . 'street_name' => array(
-        'name' => 'street_name',
-        'title' => ts($options['prefix_label'] . 'Street Name'),
-        'type' => 1,
-        'is_fields' => TRUE,
-      ),
       $options['prefix'] . 'street_unit' => array(
         'name' => 'street_unit',
         'title' => ts($options['prefix_label'] . 'Street Unit'),