X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fedit%2Fpart_fee.html;h=5f6dc3818c7f4292ff5b235224b08e667a1437d3;hp=339941015e3e7c152af0271d1f5720eb6e73cda5;hb=11bbf29de447fe39e9d7155fe280a0df70fa8c3c;hpb=fe3b73fe0445e6f233ff19125b6b66eb6016566b diff --git a/httemplate/edit/part_fee.html b/httemplate/edit/part_fee.html index 339941015..5f6dc3818 100644 --- a/httemplate/edit/part_fee.html +++ b/httemplate/edit/part_fee.html @@ -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' } );