[freeside-commits] freeside/FS/FS part_pkg_taxrate.pm,1.11,1.12
Jeff Finucane,420,,
jeff at wavetail.420.am
Fri Jun 4 22:51:40 PDT 2010
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv30019
Modified Files:
part_pkg_taxrate.pm
Log Message:
don't delete too much RT#8581
Index: part_pkg_taxrate.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/part_pkg_taxrate.pm,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -w -d -r1.11 -r1.12
--- part_pkg_taxrate.pm 18 May 2009 04:56:15 -0000 1.11
+++ part_pkg_taxrate.pm 5 Jun 2010 05:51:37 -0000 1.12
@@ -296,7 +296,7 @@
$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});
More information about the freeside-commits
mailing list