X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/351514c0823db572768c8f4d7f9dbb4fad81447c..6d72b9b2a73391e8e6b2a3586b4972c1a2e8160d:/invoice_send.php diff --git a/invoice_send.php b/invoice_send.php index c86cebb5..e94e8050 100644 --- a/invoice_send.php +++ b/invoice_send.php @@ -32,7 +32,7 @@ import('ttInvoiceHelper'); import('ttUserConfig'); // Access checks. -if (!(ttAccessAllowed('manage_invoices') || ttAccessAllowed('view_own_invoices'))) { +if (!(ttAccessAllowed('manage_invoices') || ttAccessAllowed('view_client_invoices'))) { header('Location: access_denied.php'); exit(); }