[freeside-commits] branch FREESIDE_3_BRANCH updated. 428f242e76e4ad9df6f4434968240b1749cd9ca8
Mark Wells
mark at 420.am
Sun Mar 9 15:52:24 PDT 2014
The branch, FREESIDE_3_BRANCH has been updated
via 428f242e76e4ad9df6f4434968240b1749cd9ca8 (commit)
from ea9f1b295e5d14b92323b80cc5b4899a26f768ec (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 428f242e76e4ad9df6f4434968240b1749cd9ca8
Author: Mark Wells <mark at freeside.biz>
Date: Fri Mar 7 12:43:30 2014 -0800
fix typo
diff --git a/httemplate/edit/part_fee.html b/httemplate/edit/part_fee.html
index e057a75..080b9cd 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');
}
-----------------------------------------------------------------------
Summary of changes:
httemplate/edit/part_fee.html | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list