Skip to content

Commit

Permalink
Merge pull request #10889 from jmcclelland/CRM-21094
Browse files Browse the repository at this point in the history
CRM-21094 - improve layout order of fields in SurveyDetails report
  • Loading branch information
eileenmcnaughton authored Aug 25, 2017
2 parents 7de5b98 + ee8628b commit 7bd546e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CRM/Report/Form/Campaign/SurveyDetails.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,8 @@ public function __construct() {
),
'grouping' => 'location-fields',
),
) + $this->getAddressColumns() +
array(
'civicrm_activity' => array(
'dao' => 'CRM_Activity_DAO_Activity',
'alias' => 'survey_activity',
Expand Down Expand Up @@ -207,7 +209,7 @@ public function __construct() {
),
'grouping' => 'survey-activity-fields',
),
) + $this->getAddressColumns();
);
parent::__construct();
}

Expand Down

0 comments on commit 7bd546e

Please sign in to comment.