[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 6f1dc32953d75be01d0fe21762909d5c60dd79de

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


The branch, FREESIDE_2_3_BRANCH has been updated
       via  6f1dc32953d75be01d0fe21762909d5c60dd79de (commit)
      from  b475ac28dcf56af7cb85d6a8471b8b4baf6130cd (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 6f1dc32953d75be01d0fe21762909d5c60dd79de
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed May 8 03:46:44 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