import torrus 1.0.9
[freeside.git] / 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});