X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=httemplate%2Fedit%2Fpart_fee.html;fp=httemplate%2Fedit%2Fpart_fee.html;h=5f6dc3818c7f4292ff5b235224b08e667a1437d3;hb=817c1ce0e1cbcfd1f684222c66f46dd13b2d6dd7;hp=339941015e3e7c152af0271d1f5720eb6e73cda5;hpb=3846acae1c2a7ecb275e400cf3802ada6bc89ed2;p=freeside.git 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' } );