don't delete too much RT#8581
authorjeff <jeff>
Sat, 5 Jun 2010 05:51:20 +0000 (05:51 +0000)
committerjeff <jeff>
Sat, 5 Jun 2010 05:51:20 +0000 (05:51 +0000)
FS/FS/part_pkg_taxrate.pm

index 5a1e7ba..fb1afce 100644 (file)
@@ -296,7 +296,7 @@ sub batch_import {
  
       $hash->{'country'} = 'US'; # CA is available
 
-      delete($hash->{'taxable'}) if ($hash->{'taxable'} eq 'N');
+      $hash->{'taxable'} = '' if ($hash->{'taxable'} eq 'N');
 
       if (exists($hash->{actionflag}) && $hash->{actionflag} eq 'D') {
         delete($hash->{actionflag});