From: Jon Goldberg Date: Wed, 12 Sep 2018 03:45:30 +0000 (-0400) Subject: closes reporting#6 - can't sort by Street Name X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=bf8b7d1a95f0005de53fc99b1770614230fa590f;p=civicrm-core.git closes reporting#6 - can't sort by Street Name --- diff --git a/CRM/Report/Form.php b/CRM/Report/Form.php index 7686111204..9b5027e373 100644 --- a/CRM/Report/Form.php +++ b/CRM/Report/Form.php @@ -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'),