From f072e08fad6598d311cc35df0a64e038c3c4f5e4 Mon Sep 17 00:00:00 2001 From: jitendrapurohit Date: Thu, 28 Jul 2016 18:52:23 +0530 Subject: [PATCH] CRM-19128 - set default filter to Contributions only --- CRM/Report/Form/Contribute/Detail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), -- 2.25.1