blob: 6200d615f2b87662df3d90db69870852b8841f3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>
|