diff options
author | Ivan Kohler <ivan@freeside.biz> | 2017-08-25 15:04:54 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2017-08-25 15:04:54 -0700 |
commit | 33b9c827617bb2cd71772dfd32a1ac3902532c36 (patch) | |
tree | c9af59cb7c7156aa2d0a28fa1def48c7684b53a8 /httemplate/search/report_employee_audit.html | |
parent | 803963e6151554f6087e2e1bc58f43ec8097e5a1 (diff) |
force employee logouts, employee session reports, RT#74953
Diffstat (limited to 'httemplate/search/report_employee_audit.html')
-rw-r--r-- | httemplate/search/report_employee_audit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/report_employee_audit.html b/httemplate/search/report_employee_audit.html index 461849b76..6008e1caa 100644 --- a/httemplate/search/report_employee_audit.html +++ b/httemplate/search/report_employee_audit.html @@ -23,7 +23,7 @@ <%init> die "access denied" - unless $FS::CurrentUser::CurrentUser->access_right('Employees: Audit Report'); + unless $FS::CurrentUser::CurrentUser->access_right('Employee Reports'); my %tables = ( cust_pay => 'Payments', |