fix typo
authorMark Wells <mark@freeside.biz>
Fri, 7 Mar 2014 20:44:18 +0000 (12:44 -0800)
committerMark Wells <mark@freeside.biz>
Fri, 7 Mar 2014 20:44:18 +0000 (12:44 -0800)
httemplate/edit/part_fee.html

index e057a75..080b9cd 100644 (file)
@@ -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');
 }