From: jeff Date: Sat, 5 Jun 2010 05:51:37 +0000 (+0000) Subject: don't delete too much RT#8581 X-Git-Tag: root_of_svc_elec_features~208 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=339c9336a908446c63980bff864bdc270c408e23;p=freeside.git don't delete too much RT#8581 --- 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});