Skip to content

Commit

Permalink
Merge pull request #18132 from yashodha/dev-1944
Browse files Browse the repository at this point in the history
(dev/core#1944) Add new columns to mailing summary report
  • Loading branch information
colemanw committed Aug 12, 2020
2 parents 22a4c5a + 892b1e5 commit 7770d50
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CRM/Report/Form/Mailing/Summary.php
Expand Up @@ -54,6 +54,12 @@ public function __construct() {
'subject' => [
'title' => ts('Subject'),
],
'from_name' => [
'title' => ts('Sender Name'),
],
'from_email' => [
'title' => ts('Sender Email'),
],
],
'filters' => [
'is_completed' => [
Expand Down

0 comments on commit 7770d50

Please sign in to comment.