From 97e6cec67c0c99ce1b6f0667a09f1e009100189d Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 13 Jan 2008 21:14:32 +0000 Subject: ACLs --- httemplate/misc/cancel_cust.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'httemplate/misc/cancel_cust.html') diff --git a/httemplate/misc/cancel_cust.html b/httemplate/misc/cancel_cust.html index 11ade7e15..94c23646c 100644 --- a/httemplate/misc/cancel_cust.html +++ b/httemplate/misc/cancel_cust.html @@ -45,6 +45,8 @@ if ( $cgi->param('error') ) { $curuser = $FS::CurrentUser::CurrentUser; +die "access denied" unless $curuser->access_right('Cancel customer'); + $cust_main = qsearchs( { 'table' => 'cust_main', 'hashref' => { 'custnum' => $custnum }, -- cgit v1.2.1