import torrus 1.0.9
[freeside.git] / httemplate / edit / process / part_pkg_taxclass.html
1 <% include( 'elements/process.html',
2               'table'    => 'part_pkg_taxclass',
3               'redirect' => sub {
4                 my( $cgi, $part_pkg_taxclass ) = @_;
5
6                 popurl(3). 'browse/cust_main_county.cgi?'.
7                   'taxclass='. uri_escape($part_pkg_taxclass->taxclass).
8                   ';dummy=';
9               },
10           )
11 %>
12 <%init>
13
14 die "access denied"
15   unless $FS::CurrentUser::CurrentUser->access_right('Configuration');
16
17 </%init>