Skip to content

Commit

Permalink
Merge pull request #15315 from MegaphoneJon/reporting-20
Browse files Browse the repository at this point in the history
reporting-20: don't display soft credits by default when force=1
  • Loading branch information
mattwire authored Oct 13, 2019
2 parents 95df191 + a3b2dd0 commit 482acaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRM/Report/Form/Contribute/Detail.php
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ public function beginPostProcessCommon() {
$this->noDisplayContributionOrSoftColumn = TRUE;
}

if (CRM_Utils_Array::value('contribution_or_soft_value', $this->_params) == 'contributions_only') {
if (CRM_Utils_Array::value('contribution_or_soft_value', $this->_params, 'contributions_only') == 'contributions_only') {
$this->isContributionBaseMode = TRUE;
}
if ($this->isContributionBaseMode &&
Expand Down

0 comments on commit 482acaf

Please sign in to comment.