summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-03-07 12:43:30 -0800
committerMark Wells <mark@freeside.biz>2014-03-07 12:43:30 -0800
commit428f242e76e4ad9df6f4434968240b1749cd9ca8 (patch)
tree1bb1b3e5fb74618019ee982c5aa991169fe32560 /httemplate
parentea9f1b295e5d14b92323b80cc5b4899a26f768ec (diff)
fix typo
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/edit/part_fee.html3
1 files changed, 2 insertions, 1 deletions
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');
}