From a00ead4d6820c7b50f8e73269eae76e98c2bb8ff Mon Sep 17 00:00:00 2001 From: Barnaby Court Date: Sat, 6 Feb 2016 21:20:03 -0500 Subject: [PATCH] CRM-17987 Allow grouping pledge summary report by financial type. --- CRM/Report/Form/Pledge/Summary.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CRM/Report/Form/Pledge/Summary.php b/CRM/Report/Form/Pledge/Summary.php index d0f304f4f9..090e53e485 100644 --- a/CRM/Report/Form/Pledge/Summary.php +++ b/CRM/Report/Form/Pledge/Summary.php @@ -163,6 +163,9 @@ class CRM_Report_Form_Pledge_Summary extends CRM_Report_Form { 'status_id' => array( 'title' => ts('Pledge Status'), ), + 'financial_type_id' => array( + 'title' => ts('Financial Type'), + ), ), ), 'civicrm_pledge_payment' => array( -- 2.25.1