Skip to content

Commit

Permalink
Merge pull request #22357 from yashodha/dev-3012
Browse files Browse the repository at this point in the history
(dev/core#3012) Expose email on hold as filter for report
  • Loading branch information
eileenmcnaughton authored Jan 3, 2022
2 parents 1793196 + 3d5e64d commit 8360b5b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CRM/Report/Form/Contribute/Lybunt.php
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,13 @@ public function __construct() {
'title' => ts('Email on hold'),
],
],
'filters' => [
'on_hold' => [
'title' => ts('On Hold'),
'type' => CRM_Utils_Type::T_BOOLEAN,
'options' => ['' => ts('Any')] + CRM_Core_SelectValues::boolean(),
],
],
],
'civicrm_phone' => [
'dao' => 'CRM_Core_DAO_Phone',
Expand Down

0 comments on commit 8360b5b

Please sign in to comment.