From f744f757a01e1750afa55072c7208714f16d1d13 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Wed, 8 May 2013 03:46:41 -0700 Subject: [PATCH] debug CCH update replacing a TAXCAT, RT#21687 --- FS/FS/tax_class.pm | 1 + 1 file changed, 1 insertion(+) 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'} ] -- 2.11.0