X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=invoices.php;h=0617a44f2020043dedee8797af0f704f4521057d;hb=ecf7d911c95935f8cfb2403f645cd12f93d8c3f5;hp=f495292e1144059b7b3fb06c934171bde21f99b3;hpb=098a79f0819ebb89b7d48df4a6b154af4560f68e;p=timetracker.git diff --git a/invoices.php b/invoices.php index f495292e..0617a44f 100644 --- a/invoices.php +++ b/invoices.php @@ -31,7 +31,7 @@ import('form.Form'); import('ttTeamHelper'); // Access check. -if (!ttAccessCheck(right_view_invoices)) { +if (!(ttAccessAllowed('manage_invoices') || ttAccessAllowed('view_own_invoices')) || !$user->isPluginEnabled('iv')) { header('Location: access_denied.php'); exit(); } @@ -42,4 +42,3 @@ $smarty->assign('invoices', $invoices); $smarty->assign('title', $i18n->getKey('title.invoices')); $smarty->assign('content_page_name', 'invoices.tpl'); $smarty->display('index.tpl'); -?> \ No newline at end of file