Skip to content
Snippets Groups Projects
Commit 7f1ec901 authored by Deepak Srivastava's avatar Deepak Srivastava
Browse files

notice fixes

parent ec24e302
Branches
Tags
No related merge requests found
......@@ -195,6 +195,7 @@ class CRM_Report_Form extends CRM_Core_Form {
protected $_sections = NULL;
protected $_autoIncludeIndexedFieldsAsOrderBys = 0;
protected $_absoluteUrl = FALSE;
protected $_grandFlag = FALSE;
/**
* Flag to indicate if result-set is to be stored in a class variable which could be retrieved using getResultSet() method.
......@@ -1614,7 +1615,6 @@ WHERE cg.extends IN ('" . implode("','", $this->_customGroupExtends) . "') AND
}
$lastRow = array_pop($rows);
$this->_grandFlag = FALSE;
foreach ($this->_columnHeaders as $fld => $val) {
if (!in_array($fld, $this->_statFields)) {
if (!$this->_grandFlag) {
......
......@@ -123,7 +123,7 @@ class CRM_Report_Form_Contribute_Summary extends CRM_Report_Form {
'fields' =>
array(
'contribution_source' => array('title' => ts('Source'),
),
),
'currency' =>
array('required' => TRUE,
'no_display' => TRUE,
......@@ -227,7 +227,6 @@ class CRM_Report_Form_Contribute_Summary extends CRM_Report_Form {
'operatorType' => CRM_Report_Form::OP_MULTISELECT,
'options' => $this->activeCampaigns,
);
$this->_columns['civicrm_contribution']['grouping']['campaign_id'] = 'contri-fields';
$this->_columns['civicrm_contribution']['group_bys']['campaign_id'] = array('title' => ts('Campaign'));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment