Skip to content

Commit

Permalink
osticket 8497 - add sender column for mailing report
Browse files Browse the repository at this point in the history
  • Loading branch information
yashodha committed Aug 10, 2020
1 parent 1208458 commit 2b9b129
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CRM/Report/Form/Mailing/Summary.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ public function __construct() {
'subject' => array(
'title' => ts('Subject'),
),
'from_name' => array(
'title' => ts('Sender Name'),
),
'from_email' => array(
'title' => ts('Sender Email'),
),
),
'filters' => array(
'is_completed' => array(
Expand Down

1 comment on commit 2b9b129

@yashodha
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.