From d27e93cda8e3e8040a5a4007812cd753cf4b6a65 Mon Sep 17 00:00:00 2001 From: monishdeb Date: Wed, 12 Aug 2015 01:26:21 +0530 Subject: [PATCH] reverted extra code --- CRM/Member/Form/MembershipRenewal.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/CRM/Member/Form/MembershipRenewal.php b/CRM/Member/Form/MembershipRenewal.php index 2943018e35..ac40b1ab07 100644 --- a/CRM/Member/Form/MembershipRenewal.php +++ b/CRM/Member/Form/MembershipRenewal.php @@ -718,8 +718,6 @@ WHERE id IN ( ' . implode(' , ', array_keys($membershipType)) . ' )'; $formValues['processPriceSet'] = TRUE; } - //CRM-16950 - $formValues['tax_amount'] = $this->_params['tax_amount']; //assign contribution contact id to the field expected by recordMembershipContribution if ($this->_contributorContactID != $this->_contactID) { $formValues['contribution_contact_id'] = $this->_contributorContactID; -- 2.25.1