From f1a39a43569a46a2533349d826c691a54f732f04 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Mon, 1 May 2023 11:49:23 +1200 Subject: [PATCH] Contribution reports, specify type for is pledge payment --- CRM/Report/Form/Contribute/Detail.php | 1 + CRM/Report/Form/Contribute/Summary.php | 1 + 2 files changed, 2 insertions(+) diff --git a/CRM/Report/Form/Contribute/Detail.php b/CRM/Report/Form/Contribute/Detail.php index 5ca489a392..df49b7d102 100644 --- a/CRM/Report/Form/Contribute/Detail.php +++ b/CRM/Report/Form/Contribute/Detail.php @@ -260,6 +260,7 @@ class CRM_Report_Form_Contribute_Detail extends CRM_Report_Form { 'filters' => [ 'contribution_id' => [ 'title' => ts('Contribution is a pledge payment'), + 'type' => CRM_Utils_Type::T_BOOLEAN, ], ], ], diff --git a/CRM/Report/Form/Contribute/Summary.php b/CRM/Report/Form/Contribute/Summary.php index a9c0877878..6cde224c8b 100644 --- a/CRM/Report/Form/Contribute/Summary.php +++ b/CRM/Report/Form/Contribute/Summary.php @@ -289,6 +289,7 @@ class CRM_Report_Form_Contribute_Summary extends CRM_Report_Form { 'filters' => [ 'contribution_id' => [ 'title' => ts('Contribution is a pledge payment'), + 'type' => CRM_Utils_Type::T_BOOLEAN, ], ], ], -- 2.25.1