X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=invoice_view.php;h=605a5302027b0e85501ba651969d84ff3b70561f;hb=HEAD;hp=64831798b815fdf16ac3f6043702248aad494217;hpb=6d72b9b2a73391e8e6b2a3586b4972c1a2e8160d;p=timetracker.git diff --git a/invoice_view.php b/invoice_view.php index 64831798..605a5302 100644 --- a/invoice_view.php +++ b/invoice_view.php @@ -69,7 +69,7 @@ if ($tax_percent > 0) { $tax += round($item['cost'] * $tax_percent / 100, 2); } } -$total = $subtotal + $tax; +$total = $subtotal + $tax; $currency = $user->getCurrency(); $decimalMark = $user->getDecimalMark();