]> wagnertech.de Git - timetracker.git/blobdiff - invoice_view.php
Removed show holidays config option.
[timetracker.git] / invoice_view.php
index 64831798b815fdf16ac3f6043702248aad494217..605a5302027b0e85501ba651969d84ff3b70561f 100644 (file)
@@ -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();