X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/6d72b9b2a73391e8e6b2a3586b4972c1a2e8160d..HEAD:/invoice_view.php 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();