From: Ivan Kohler Date: Wed, 8 May 2013 10:46:41 +0000 (-0700) Subject: debug CCH update replacing a TAXCAT, RT#21687 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=f744f757a01e1750afa55072c7208714f16d1d13 debug CCH update replacing a TAXCAT, RT#21687 --- diff --git a/FS/FS/tax_class.pm b/FS/FS/tax_class.pm index 376a1ad40..c8fe88968 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'} ]