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:
10d2e81
)
dev/report#17 fix postal_code_suffix col
author
Brian Shaughnessy
<brian@lcdservices.biz>
Sat, 6 Jul 2019 13:39:33 +0000
(09:39 -0400)
committer
Brian Shaughnessy
<brian@lcdservices.biz>
Sat, 6 Jul 2019 13:39:33 +0000
(09:39 -0400)
CRM/Report/Form.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Report/Form.php
b/CRM/Report/Form.php
index 8ee80e9800c7d961040c90f4e40b6f4525ef9134..bad7bf87c44f1890ea2f7ec2c1d088eee8bff48e 100644
(file)
--- a/
CRM/Report/Form.php
+++ b/
CRM/Report/Form.php
@@
-5718,7
+5718,7
@@
LEFT JOIN civicrm_contact {$field['alias']} ON {$field['alias']}.id = {$this->_a
],
$options['prefix'] . 'postal_code_suffix' => [
'title' => $options['prefix_label'] . ts('Postal Code Suffix'),
- 'name' => 'postal_code',
+ 'name' => 'postal_code
_suffix
',
'type' => 1,
'is_fields' => TRUE,
'is_filters' => TRUE,