checkpoint of new tax rating system
[freeside.git] / httemplate / edit / process / tax_rate.html
1 <% include( 'elements/process.html',
2               'table' => 'tax_rate',
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>