Merge pull request #16051 from civicrm/5.21
[civicrm-core.git] / CRM / Member / Form / Membership.php
index 963dada1ce9eda80fa703ce1e91822dbb45416e8..25e43ade5baec0d0ff63121239114f517a60b584 100644 (file)
@@ -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'];