From d09d7ce875d44aadbef0e3f6e69fa92c6b00f0ee Mon Sep 17 00:00:00 2001 From: jeff Date: Sat, 5 Jun 2010 05:51:20 +0000 Subject: [PATCH] don't delete too much RT#8581 --- FS/FS/part_pkg_taxrate.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/part_pkg_taxrate.pm b/FS/FS/part_pkg_taxrate.pm index 5a1e7baa9..fb1afce18 100644 --- a/FS/FS/part_pkg_taxrate.pm +++ b/FS/FS/part_pkg_taxrate.pm @@ -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}); -- 2.11.0