diff options
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', |