[freeside-commits] branch master updated. 146f6c215c47b4594b6346e91c19ce441d92806d

Mark Wells mark at 420.am
Fri Mar 7 12:44:22 PST 2014


The branch, master has been updated
       via  146f6c215c47b4594b6346e91c19ce441d92806d (commit)
      from  049b89c4773ae560e0a38e6bd5cd9faf9233f48d (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 146f6c215c47b4594b6346e91c19ce441d92806d
Author: Mark Wells <mark at freeside.biz>
Date:   Fri Mar 7 12:44:18 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