[freeside-commits] branch 21563 updated. f744f757a01e1750afa55072c7208714f16d1d13

Ivan ivan at 420.am
Wed May 8 03:46:44 PDT 2013


The branch, 21563 has been updated
       via  f744f757a01e1750afa55072c7208714f16d1d13 (commit)
      from  56094325213b403e787bbfce7f3db7870b707173 (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 f744f757a01e1750afa55072c7208714f16d1d13
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed May 8 03:46:41 2013 -0700

    debug CCH update replacing a TAXCAT, RT#21687

diff --git a/FS/FS/tax_class.pm b/FS/FS/tax_class.pm
index 376a1ad..c8fe889 100644
--- a/FS/FS/tax_class.pm
+++ b/FS/FS/tax_class.pm
@@ -169,6 +169,7 @@ sub batch_import {
 
     $hook = sub { 
       my $hash = shift;
+use Data::Dumper;
 warn Dumper($hash);
       if ($hash->{'table'} eq 'DETAIL') {
         push @{$data->{'taxcat'}}, [ $hash->{'value'}, $hash->{'description'} ]

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/tax_class.pm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)




More information about the freeside-commits mailing list