dev/report#17 fix postal_code_suffix col
authorBrian Shaughnessy <brian@lcdservices.biz>
Sat, 6 Jul 2019 13:39:33 +0000 (09:39 -0400)
committerBrian Shaughnessy <brian@lcdservices.biz>
Sat, 6 Jul 2019 13:39:33 +0000 (09:39 -0400)
CRM/Report/Form.php

index 8ee80e9800c7d961040c90f4e40b6f4525ef9134..bad7bf87c44f1890ea2f7ec2c1d088eee8bff48e 100644 (file)
@@ -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,