Skip to content

Commit

Permalink
Merge pull request #24109 from yashodha/reports_improvements
Browse files Browse the repository at this point in the history
expose city in case detail report
  • Loading branch information
demeritcowboy authored Aug 1, 2022
2 parents 914b4c1 + e20e3d0 commit cf6806c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CRM/Report/Form/Case/Detail.php
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ public function __construct() {
'dao' => 'CRM_Core_DAO_Address',
'fields' => [
'street_address' => NULL,
'city' => NULL,
'state_province_id' => [
'title' => ts('State/Province'),
],
Expand Down

0 comments on commit cf6806c

Please sign in to comment.