From: Mark Wells Date: Fri, 7 Mar 2014 20:43:30 +0000 (-0800) Subject: fix typo X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;ds=sidebyside;h=428f242e76e4ad9df6f4434968240b1749cd9ca8;p=freeside.git fix typo --- 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'); }