CRM-19128 - set default filter to Contributions only
authorjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Thu, 28 Jul 2016 13:22:23 +0000 (18:52 +0530)
committerjitendrapurohit <jitendra.purohit@webaccessglobal.com>
Thu, 28 Jul 2016 13:22:23 +0000 (18:52 +0530)
CRM/Report/Form/Contribute/Detail.php

index bb0d6e4a1a9cc8dd114e4f2c25163269fa182ede..e268b2e15181940cd623f27746fdc45b4a703834 100644 (file)
@@ -207,9 +207,9 @@ class CRM_Report_Form_Contribute_Detail extends CRM_Report_Form {
             'operatorType' => CRM_Report_Form::OP_SELECT,
             'type' => CRM_Utils_Type::T_STRING,
             'options' => array(
-              'both' => ts('Both'),
               'contributions_only' => ts('Contributions Only'),
               'soft_credits_only' => ts('Soft Credits Only'),
+              'both' => ts('Both'),
             ),
           ),
           'receive_date' => array('operatorType' => CRM_Report_Form::OP_DATE),