From: Ivan Kohler Date: Wed, 8 May 2013 10:46:44 +0000 (-0700) Subject: debug CCH update replacing a TAXCAT, RT#21687 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=6f1dc32953d75be01d0fe21762909d5c60dd79de;p=freeside.git 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'} ]