summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/tax_rate.html
blob: 933bf07d61b621acaba8d41d8c44fe95c2be308e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<% include( 'elements/process.html',
              'table' => 'tax_rate',
              'popup_reload' => 'Tax 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>