projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaa5034
)
closes reporting#6 - can't sort by Street Name
author
Jon Goldberg
<jon@megaphonetech.com>
Wed, 12 Sep 2018 03:45:30 +0000
(23:45 -0400)
committer
Jon Goldberg
<jon@megaphonetech.com>
Wed, 12 Sep 2018 03:45:30 +0000
(23:45 -0400)
CRM/Report/Form.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form.php
b/CRM/Report/Form.php
index 76861112042e4181ed98c55f7e6162dfdc6a9c11..9b5027e3733d515b9cf87cd9150791d2ae5e0534 100644
(file)
--- 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'),