summaryrefslogtreecommitdiff
path: root/httemplate/edit/part_fee.html
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-03-07 12:44:18 -0800
committerMark Wells <mark@freeside.biz>2014-03-07 12:44:18 -0800
commit146f6c215c47b4594b6346e91c19ce441d92806d (patch)
tree8540ec262c432351ebd436c45308ed775e07e04e /httemplate/edit/part_fee.html
parent049b89c4773ae560e0a38e6bd5cd9faf9233f48d (diff)
fix typo
Diffstat (limited to 'httemplate/edit/part_fee.html')
-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');
}