X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=invoices.php;h=ba1cad4620bd5f7b90493ef2de4ec803064474f5;hb=90437750e88c95b0412c3f171617d96d4ce87bb8;hp=eb89e0ea733830aa34532eca97bddcfd785a555d;hpb=e3df211bb657c8036e7c767eeee660fc402a357e;p=timetracker.git 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();