summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/cust_main_county.html
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate/edit/process/cust_main_county.html')
-rw-r--r--httemplate/edit/process/cust_main_county.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/httemplate/edit/process/cust_main_county.html b/httemplate/edit/process/cust_main_county.html
deleted file mode 100644
index cb56166..0000000
--- a/httemplate/edit/process/cust_main_county.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<% include( 'elements/process.html',
- 'table' => 'cust_main_county',
- 'popup_reload' => 'Tax changed', #a popup "parent reload" for now
- #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>