Skip to content

Commit

Permalink
CRM-19585, fixed jenkin error's
Browse files Browse the repository at this point in the history
----------------------------------------
* CRM-19585: Sales tax issue
  https://issues.civicrm.org/jira/browse/CRM-19585
  • Loading branch information
pradpnayak committed Dec 20, 2016
1 parent 43c1bf5 commit 85f09ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CRM/Contribute/BAO/Contribution.php
Original file line number Diff line number Diff line change
Expand Up @@ -3576,7 +3576,7 @@ public static function updateFinancialAccounts(&$params, $context = NULL, $skipT
if ($context == 'changeFinancialType' || self::isContributionStatusNegative($params['contribution']->contribution_status_id)) {
$diff = -1;
}

// calculate financial item amount
$amountParams = array(
'diff' => $diff,
Expand Down Expand Up @@ -5387,7 +5387,7 @@ public static function calcluateFTChangeAmount($params, $totalAmount) {
*
* @param array $params
* contribution params
* @param array $totalAmount
* @param array $amountParams
*
* @param string $context
*
Expand Down

0 comments on commit 85f09ae

Please sign in to comment.