X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/e3df211bb657c8036e7c767eeee660fc402a357e..6079edfe4444d2d0bc2f220f8823d6fcc57f2dd5:/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();