From: jitendrapurohit Date: Thu, 28 Jul 2016 13:22:23 +0000 (+0530) Subject: CRM-19128 - set default filter to Contributions only X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f072e08fad6598d311cc35df0a64e038c3c4f5e4;p=civicrm-core.git CRM-19128 - set default filter to Contributions only --- diff --git a/CRM/Report/Form/Contribute/Detail.php b/CRM/Report/Form/Contribute/Detail.php index bb0d6e4a1a..e268b2e151 100644 --- a/CRM/Report/Form/Contribute/Detail.php +++ b/CRM/Report/Form/Contribute/Detail.php @@ -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),