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