Skip to content

Commit

Permalink
Merge pull request #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 committed Dec 20, 2017
2 parents 2e1b685 + 9c91ca2 commit 89c399b
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 89c399b

Please sign in to comment.