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',