X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fedit%2Fpart_fee.html;fp=httemplate%2Fedit%2Fpart_fee.html;h=080b9cd6893b106e82a8a2cb163b77b988b63cc2;hb=146f6c215c47b4594b6346e91c19ce441d92806d;hp=e057a752d6f3483784b495096279e495c8e22bf9;hpb=049b89c4773ae560e0a38e6bd5cd9faf9233f48d;p=freeside.git diff --git a/httemplate/edit/part_fee.html b/httemplate/edit/part_fee.html index e057a752d..080b9cd68 100644 --- a/httemplate/edit/part_fee.html +++ b/httemplate/edit/part_fee.html @@ -42,7 +42,8 @@ if ( $conf->exists('enable_taxproducts') ) { @tax_fields = ( { field => 'taxable', type => 'checkbox', value => 'Y' }, ); - push ( + push @tax_fields, + ( { field => 'taxclass', type => 'select-taxclass' }, ) if $conf->exists('enable_taxclasses'); }