[freeside-commits] branch master updated. 4c19a4409480f6ba71e79757c723a307ac485347
Ivan
ivan at 420.am
Wed May 8 05:00:09 PDT 2013
The branch, master has been updated
via 4c19a4409480f6ba71e79757c723a307ac485347 (commit)
from fc8def113cc11ef4572b45100c37ff2b37bb7a3d (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 4c19a4409480f6ba71e79757c723a307ac485347
Author: Ivan Kohler <ivan at freeside.biz>
Date: Wed May 8 05:00:07 2013 -0700
fix cch update adding a TAXCAT, RT#21687
diff --git a/FS/FS/tax_rate.pm b/FS/FS/tax_rate.pm
index a5a623d..e146bd6 100644
--- a/FS/FS/tax_rate.pm
+++ b/FS/FS/tax_rate.pm
@@ -978,7 +978,7 @@ sub _perform_batch_import {
unlink $filename or warn "Can't delete $filename: $!"
unless $keep_cch_files;
push @insert_list, $name, $insertname, $import_sub, $format;
- if ( $name eq 'GEOCODE' ) { #handle this whole ordering issue better
+ if ( $name eq 'GEOCODE' || $name eq 'CODE' ) { #handle this whole ordering issue better
unshift @predelete_list, $name, $deletename, $import_sub, $format;
} else {
unshift @delete_list, $name, $deletename, $import_sub, $format;
-----------------------------------------------------------------------
Summary of changes:
FS/FS/tax_rate.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list