diff options
| author | Mark Wells <mark@freeside.biz> | 2013-02-27 12:28:49 -0800 |
|---|---|---|
| committer | Mark Wells <mark@freeside.biz> | 2013-02-27 12:32:45 -0800 |
| commit | 61ad2af332888443d8dae59274693229d0258a97 (patch) | |
| tree | f258200565afb54679e2b91bdffe6166b8a96188 /httemplate/edit/process | |
| parent | 556250142547918eaeeee3711d2a01ee4bf878c9 (diff) | |
"Edit password" ACL, #21178, part 2
Diffstat (limited to 'httemplate/edit/process')
| -rw-r--r-- | httemplate/edit/process/cust_svc.cgi | 2 |
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'); |
