summaryrefslogtreecommitdiff
path: root/httemplate/edit/process
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2013-02-27 12:28:49 -0800
committerMark Wells <mark@freeside.biz>2013-02-27 12:32:45 -0800
commit61ad2af332888443d8dae59274693229d0258a97 (patch)
treef258200565afb54679e2b91bdffe6166b8a96188 /httemplate/edit/process
parent556250142547918eaeeee3711d2a01ee4bf878c9 (diff)
"Edit password" ACL, #21178, part 2
Diffstat (limited to 'httemplate/edit/process')
-rw-r--r--httemplate/edit/process/cust_svc.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/process/cust_svc.cgi b/httemplate/edit/process/cust_svc.cgi
index e22cbb201..7cb1d6d8f 100644
--- a/httemplate/edit/process/cust_svc.cgi
+++ b/httemplate/edit/process/cust_svc.cgi
@@ -6,7 +6,7 @@
%}
<%init>
-die 'access deined'
+die 'access denied'
unless $FS::CurrentUser::CurrentUser->access_right('Change customer service');
my $svcnum = $cgi->param('svcnum');