Skip to content

Commit

Permalink
(dev/core#3012) expose email on hold as filter for report
Browse files Browse the repository at this point in the history
  • Loading branch information
yashodha committed Jan 3, 2022
1 parent d49f3bc commit 3d5e64d
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 @@ -150,6 +150,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 3d5e64d

Please sign in to comment.