summaryrefslogtreecommitdiff
path: root/httemplate/edit/process
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-02-27 15:44:02 -0800
committerIvan Kohler <ivan@freeside.biz>2013-02-27 15:44:02 -0800
commit942431fdcb3803b7ef98b1be8c4dc188e1a4b5aa (patch)
treeb345a97d01160f70234002ac3d88dae02da51e37 /httemplate/edit/process
parent52e23dfa86b11c17903952a99f87893ef09db743 (diff)
parent2920cfc494c2811ca7879d6ecaa353d216c9f69d (diff)
Merge branch 'master' of git.freeside.biz:/home/git/freeside
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');