Skip to content

Commit

Permalink
Remove more instances of _nullArray
Browse files Browse the repository at this point in the history
  • Loading branch information
seamuslee001 committed Jun 16, 2019
1 parent b2ffd68 commit 47928e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CRM/Price/BAO/LineItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -1213,8 +1213,6 @@ protected function _recordAdjustedAmt($updatedAmount, $contributionId, $taxAmoun
// adjusted amount financial_trxn creation
$updatedContribution = CRM_Contribute_BAO_Contribution::getValues(
['id' => $contributionId],
CRM_Core_DAO::$_nullArray,
CRM_Core_DAO::$_nullArray
);
$toFinancialAccount = CRM_Contribute_PseudoConstant::getRelationalFinancialAccount($updatedContribution->financial_type_id, 'Accounts Receivable Account is');
$adjustedTrxnValues = [
Expand Down

0 comments on commit 47928e9

Please sign in to comment.