RT# 82949 - changes section name from fees to pricing, better opiton
[freeside.git] / httemplate / edit / process / cust_main_county.html
1 <% include( 'elements/process.html',
2               'table' => 'cust_main_county',
3               'popup_reload' => 'Tax 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>