diff options
Diffstat (limited to 'httemplate/edit/process/cust_main_county.html')
| -rw-r--r-- | httemplate/edit/process/cust_main_county.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/httemplate/edit/process/cust_main_county.html b/httemplate/edit/process/cust_main_county.html index 3d9d20b85..cb56166c8 100644 --- a/httemplate/edit/process/cust_main_county.html +++ b/httemplate/edit/process/cust_main_county.html @@ -4,3 +4,10 @@ #someday change the individual element and go away instead ) %> +<%init> + +my $conf = new FS::Conf; +die "access denied" + unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); + +</%init> |
