We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5770732 commit 7a65f5dCopy full SHA for 7a65f5d
app/Http/Controllers/Frontend/TaxCalculatorController.php
@@ -64,6 +64,7 @@ public function calculate(Request $request)
64
'*Total Deduction' => "-".currencyFormat($totalDeduction)
65
];
66
} else {
67
+ $actualTax = $totalTax;
68
$less = [
69
'Rebate' => currencyFormat($request->rebate ?? 0),
70
'Others Paid' => currencyFormat($request->deduction),
0 commit comments