From: Barnaby Court Date: Sun, 7 Feb 2016 02:20:03 +0000 (-0500) Subject: CRM-17987 Allow grouping pledge summary report by financial type. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a00ead4d6820c7b50f8e73269eae76e98c2bb8ff;p=civicrm-core.git CRM-17987 Allow grouping pledge summary report by financial type. --- 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(