From: monishdeb Date: Mon, 22 Jun 2015 17:09:21 +0000 (+0530) Subject: formatting fix X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=d704af6b557708737b23e607c7f0420dea7b2967;p=civicrm-core.git formatting fix --- diff --git a/CRM/Report/Form/Contribute/Recur.php b/CRM/Report/Form/Contribute/Recur.php index 1b78473dba..b66be3afcd 100644 --- a/CRM/Report/Form/Contribute/Recur.php +++ b/CRM/Report/Form/Contribute/Recur.php @@ -123,8 +123,7 @@ class CRM_Report_Form_Contribute_Recur extends CRM_Report_Form { 'installment_amount' => array( 'title' => ts('Installment Amount'), 'required' => TRUE, - 'default' => TRUE, - 'dbAlias' => 'ROUND(contribution_recur_civireport.amount/contribution_recur_civireport.installments, 2)' + 'dbAlias' => 'ROUND(contribution_recur_civireport.amount/contribution_recur_civireport.installments, 2)', ), 'installments' => array( 'title' => ts('Installments'),