format fix
authormonishdeb <monish.deb@webaccessglobal.com>
Tue, 11 Aug 2015 19:31:37 +0000 (01:01 +0530)
committermonishdeb <monish.deb@webaccessglobal.com>
Tue, 11 Aug 2015 19:31:37 +0000 (01:01 +0530)
CRM/Member/Form/MembershipRenewal.php

index 286fc13c7fc8bdc65a4e98f2a463827389e1fc6b..2943018e35dfe68daaddb813ed743b923c831cde 100644 (file)
@@ -296,7 +296,7 @@ class CRM_Member_Form_MembershipRenewal extends CRM_Member_Form {
         $taxAmount = NULL;
         $totalAmount = CRM_Utils_Array::value('minimum_fee', $values);
         if (CRM_Utils_Array::value($values['financial_type_id'], $taxRates)) {
-          $taxAmount = ($taxRate/100) * CRM_Utils_Array::value('minimum_fee', $values);
+          $taxAmount = ($taxRate / 100) * CRM_Utils_Array::value('minimum_fee', $values);
           $totalAmount = $totalAmount + $taxAmount;
         }