X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/e3df211bb657c8036e7c767eeee660fc402a357e..005295b05a6f3418db5dc3fb79fe73e2c7d01d2f:/invoices.php diff --git a/invoices.php b/invoices.php index eb89e0ea..ba1cad46 100644 --- a/invoices.php +++ b/invoices.php @@ -39,6 +39,7 @@ if (!$user->isPluginEnabled('iv')) { header('Location: feature_disabled.php'); exit(); } +// End of access checks. $invoices = ttGroupHelper::getActiveInvoices();