]> wagnertech.de Git - timetracker.git/blobdiff - invoice_add.php
Fixed charts to allow display of totals for unassigned projects and tasks.
[timetracker.git] / invoice_add.php
index f68753fca4b337fa02372aa8eef692f984408d0b..0e752dca35d6d236329cd4a8be217659ee6ea17b 100644 (file)
@@ -32,7 +32,7 @@ import('ttTeamHelper');
 import('ttInvoiceHelper');
 
 // Access check.
-if (!ttAccessCheck(right_manage_team)) {
+if (!ttAccessCheck(right_manage_team) || !$user->isPluginEnabled('iv')) {
   header('Location: access_denied.php');
   exit();
 }