CRM-17987 Allow grouping pledge summary report by financial type.
authorBarnaby Court <bcourt@redhat.com>
Sun, 7 Feb 2016 02:20:03 +0000 (21:20 -0500)
committerBarnaby Court <bcourt@redhat.com>
Sun, 7 Feb 2016 02:28:53 +0000 (21:28 -0500)
CRM/Report/Form/Pledge/Summary.php

index d0f304f4f9ff6c968283de100a6e660c00c897ff..090e53e48532a3c1bc448610373cc2ebdfaac009 100644 (file)
@@ -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(