Commit ef36be44de7acdeed647824451355bd2716b5ac5
1 parent
575356aa4a
Exists in
master
and in
1 other branch
minor change
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
script.js
... | ... | @@ -502,6 +502,7 @@ |
502 | 502 | $scope.detail = result; |
503 | 503 | data.applicantId = result.data.id; |
504 | 504 | //$scope.userId = result.data.id; |
505 | + | |
505 | 506 | if($scope.data.networkDinner == "true"){ |
506 | 507 | if($scope.data.citymeetup == "chandigarh"){ |
507 | 508 | if ($scope.data.stage == "Pitch your Business plan") { |
... | ... | @@ -569,6 +570,7 @@ |
569 | 570 | console.log("$scope.taxTotal----",taxAmount) |
570 | 571 | $scope.taxTotal = (taxAmount * 18)/100 |
571 | 572 | $scope.payingAmnt = taxAmount + $scope.taxTotal |
573 | + $scope.payingAmnt = $scope.payingAmnt.toFixed() | |
572 | 574 | console.log("taxincludedamount----", $scope.payingAmnt) |
573 | 575 | console.log("$scope.taxTotal----", $scope.taxTotal) |
574 | 576 | // } |
... | ... | @@ -617,6 +619,7 @@ |
617 | 619 | //$scope.payingAmnt = ($scope.payingAmnt + $scope.taxTotal) * 100; |
618 | 620 | |
619 | 621 | $scope.payingAmnt = $scope.payingAmnt * 100; |
622 | + | |
620 | 623 | console.log("$scope.taxTotal----", $scope.payingAmnt) |
621 | 624 | var options = { |
622 | 625 | "key": "rzp_live_mhSE1uOBlXvFyJ", | ... | ... |