% if ( $conf->exists('enable_taxproducts') ) {
<%include('tr-td-label.html', @_) %>
><% include('select-taxproduct.html', @_) %> |
% } else {
% }
<%init>
my $conf = new FS::Conf;
my %opt = @_;
my $cell_style = $opt{cell_style} ? 'STYLE="'. $opt{cell_style}. '"' : '';
my $name = $opt{element_name} || $opt{field} || 'taxproductnum';
%init>