This commit was generated by cvs2svn to compensate for changes in r11022,
[freeside.git] / httemplate / edit / process / rate_detail.html
1 <% include( 'elements/process.html',
2               'table' => 'rate_detail',
3               'popup_reload' => 'Rate changed', #a popup "parent reload" for now
4               #someday change the individual element and go away instead
5           )
6 %>
7 <%init>
8
9 my $conf = new FS::Conf;
10 die "access denied"
11   unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
12
13 </%init>