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, 13 insertions, 0 deletions
diff --git a/httemplate/edit/process/rate_detail.html b/httemplate/edit/process/rate_detail.html
new file mode 100644
index 0000000..6200d61
--- /dev/null
+++ b/httemplate/edit/process/rate_detail.html
@@ -0,0 +1,13 @@
+<% 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>