X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Ftax_class.pm;h=c8fe88968dd86bc8eb80a5bcf335fc3aa64cfba4;hb=6f1dc32953d75be01d0fe21762909d5c60dd79de;hp=376a1ad40ad6142334b9fae03e617f58a5b7c9be;hpb=b475ac28dcf56af7cb85d6a8471b8b4baf6130cd;p=freeside.git 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'} ]