From 3d5e64d524a7e56b0774630700bb7b8b75c02ad0 Mon Sep 17 00:00:00 2001 From: yashodha Date: Mon, 3 Jan 2022 09:01:48 +0530 Subject: [PATCH] (dev/core#3012) expose email on hold as filter for report --- CRM/Report/Form/Contribute/Lybunt.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CRM/Report/Form/Contribute/Lybunt.php b/CRM/Report/Form/Contribute/Lybunt.php index 95789c10a9f9..b97d54c7b5d0 100644 --- a/CRM/Report/Form/Contribute/Lybunt.php +++ b/CRM/Report/Form/Contribute/Lybunt.php @@ -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',