CRM 12483 my first patch
authorStoob <no@thanks.com>
Wed, 1 May 2013 00:41:10 +0000 (17:41 -0700)
committerStoob <no@thanks.com>
Wed, 1 May 2013 00:41:10 +0000 (17:41 -0700)
CRM/Report/Form/Contribute/SoftCredit.php

index 744131c1297cfd7b1cc486fac5929072492f2c18..9b9d58fb9de9c11af0ce698325cbaf6ca22cb38c 100644 (file)
@@ -82,6 +82,14 @@ class CRM_Report_Form_Contribute_SoftCredit extends CRM_Report_Form {
             'required' => TRUE,
           ),
         ),
+        'filters' =>
+        array(
+          'sort_name' =>
+          array(
+            'name' => 'sort_name',
+            'title' => ts('Soft Credit Name')
+          ),
+        ),
         'grouping' => 'contact-fields',
       ),
       'civicrm_email' =>