invoice_sections_with_taxes per-agent, RT#79636
[freeside.git] / httemplate / edit / part_fee.html
index 3399410..5f6dc38 100644 (file)
@@ -35,7 +35,7 @@ die "access denied"
 
 my $conf = FS::Conf->new;
 my @tax_fields;
-if ( $conf->exists('enable_taxproducts') ) {
+if ( $conf->config('tax_data_vendor') ) {
   @tax_fields = (
     { field => 'taxproductnum', type => 'select-taxproduct' }
   );