Skip to content

Commit

Permalink
Merge pull request #14744 from lcdservices/dev-report-17
Browse files Browse the repository at this point in the history
dev/report#17 fix postal_code_suffix col
  • Loading branch information
yashodha authored Jul 8, 2019
2 parents c5295cd + e088ce0 commit 306f077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Report/Form.php
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 306f077

Please sign in to comment.