From e088ce0282131ab52d834229fb37c9bad222347e Mon Sep 17 00:00:00 2001 From: Brian Shaughnessy Date: Sat, 6 Jul 2019 09:39:33 -0400 Subject: [PATCH] dev/report#17 fix postal_code_suffix col --- CRM/Report/Form.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Report/Form.php b/CRM/Report/Form.php index 8ee80e9800c7..bad7bf87c44f 100644 --- a/CRM/Report/Form.php +++ b/CRM/Report/Form.php @@ -5718,7 +5718,7 @@ protected function getAddressColumns($options = []) { ], $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,