<& /elements/header-popup.html, 'Select tax product' &> <& '/elements/xmlhttp.html', 'url' => $fsurl.'misc/xmlhttp-part_pkg_taxproduct.html', 'subs' => [ 'get_part_pkg_taxproduct'] &>
<% ntable('#cccccc', 2) %> <& /elements/tr-select.html, label => emt('Category'), field => 'category', id => 'category', options => [ '', qw( C G N S T V W )], labels => { '' => 'Select category', 'C' => 'COMPUTER', 'G' => 'GENERAL MERCHANDISE', 'N' => 'NON-TAXABLE AND EXEMPT', 'S' => 'SATELLITE', 'T' => 'TELECOM', 'V' => 'VOIP', 'W' => 'WIRELESS', }, onchange => 'category_changed(what);', &> <& /elements/tr-select.html, label => emt('Product code'), field => 'product_code', id => 'product_code', onchange => 'product_code_changed(what);', &> <& /elements/tr-select.html, label => emt('Service code'), field => 'service_code', id => 'service_code', onchange => 'service_code_changed(what);', &>
<& /elements/footer-popup.html &> <%init> die "access denied" unless $FS::CurrentUser::CurrentUser->access_right('Configuration'); $cgi->param('id') =~ /^\w+$/ or die "missing id parameter"; my $id = $cgi->param('id'); my $hashref = { data_vendor => 'compliance_solutions' };