summaryrefslogtreecommitdiff
path: root/httemplate/edit/process/part_pkg_taxclass.html
blob: b37279fb3be893950fbfacc4c24db0c5b2d42956 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<% include( 'elements/process.html',
              'table'    => 'part_pkg_taxclass',
              'redirect' => sub {
                my( $cgi, $part_pkg_taxclass ) = @_;

                popurl(3). 'browse/cust_main_county.cgi?'.
                  'taxclass='. uri_escape($part_pkg_taxclass->taxclass).
                  ';dummy=';
              },
          )
%>
<%init>

die "access denied"
  unless $FS::CurrentUser::CurrentUser->access_right('Configuration');

</%init>