<% include('/elements/header-popup.html', 'Select tax product') %> <% ntable("#cccccc", 2) %> Tax product <% include( '/elements/select-table.html', 'empty_label' => '(select product)', 'table' => 'part_pkg_taxproduct', 'name_col' => 'description', 'curr_value' => $curr_value, 'element_etc' => "id='taxproduct_popup_select'", ) %>

<% include('/elements/footer.html') %> <%init> my $conf = new FS::Conf; my ( $query ) = $cgi->keywords; $query =~ /^(\d+)$/; my $curr_value = $1;