From: Brian Shaughnessy Date: Sat, 6 Jul 2019 13:39:33 +0000 (-0400) Subject: dev/report#17 fix postal_code_suffix col X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e088ce0282131ab52d834229fb37c9bad222347e;p=civicrm-core.git dev/report#17 fix postal_code_suffix col --- diff --git a/CRM/Report/Form.php b/CRM/Report/Form.php index 8ee80e9800..bad7bf87c4 100644 --- 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,