debug CCH update replacing a TAXCAT, RT#21687
[freeside.git] / FS / FS / tax_class.pm
index 376a1ad..c8fe889 100644 (file)
@@ -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'} ]