X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FMember%2FForm%2FMembership.php;h=25e43ade5baec0d0ff63121239114f517a60b584;hb=a64e8e9692c8aaaef1c075972742b3b63ddac298;hp=963dada1ce9eda80fa703ce1e91822dbb45416e8;hpb=a1552cd0f1967ed3c596ad465aba04450b71987c;p=civicrm-core.git diff --git a/CRM/Member/Form/Membership.php b/CRM/Member/Form/Membership.php index 963dada1ce..25e43ade5b 100644 --- a/CRM/Member/Form/Membership.php +++ b/CRM/Member/Form/Membership.php @@ -1136,7 +1136,7 @@ class CRM_Member_Form_Membership extends CRM_Member_Form { // END Fix for dev/core/issues/860 CRM_Price_BAO_PriceSet::processAmount($this->_priceSet['fields'], - $formValues, $lineItem[$this->_priceSetId], NULL, $this->_priceSetId); + $formValues, $lineItem[$this->_priceSetId], $this->_priceSetId); if (!empty($formValues['tax_amount'])) { $params['tax_amount'] = $formValues['tax_amount'];