Skip to content

Commit 7a65f5d

Browse files
committed
fix actual tax bug
1 parent 5770732 commit 7a65f5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Http/Controllers/Frontend/TaxCalculatorController.php

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ public function calculate(Request $request)
6464
'*Total Deduction' => "-".currencyFormat($totalDeduction)
6565
];
6666
} else {
67+
$actualTax = $totalTax;
6768
$less = [
6869
'Rebate' => currencyFormat($request->rebate ?? 0),
6970
'Others Paid' => currencyFormat($request->deduction),

0 commit comments

Comments
 (0)