1 % if ( $conf->exists('enable_taxproducts') ) {
2 <%include('tr-td-label.html', @_) %>
3 <TD <% $cell_style %>><% include('select-taxoverride.html', @_) %></TD>
7 <INPUT TYPE="hidden" NAME="<% $name %>" VALUE="<% $opt{value} %>">
12 my $conf = new FS::Conf;
15 my $cell_style = $opt{'cell_style'}? 'STYLE="'. $opt{cell_style}. '"' : '';
16 my $name = $opt{element_name} || $opt{field} || 'tax_override';