Skip to content

Commit

Permalink
Merge pull request civicrm#11415 from JMAConsulting/CRM-21567
Browse files Browse the repository at this point in the history
CRM-21567: Add email filter for Mail Bounce Report
  • Loading branch information
colemanw authored and sluc23 committed Jan 10, 2018
2 parents 44adeab + 69af2d8 commit 5c448b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CRM/Report/Form/Mailing/Bounce.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@ public function __construct() {
),
),
'filters' => array(
'email' => array(
'title' => ts('Email'),
),
'on_hold' => array(
'title' => ts('On hold'),
),
Expand Down

0 comments on commit 5c448b6

Please sign in to comment.