[freeside-commits] branch master updated. 066e98cee28189c95a839815caafea62b6af718d
Ivan
ivan at 420.am
Thu Jun 14 05:52:44 PDT 2012
The branch, master has been updated
via 066e98cee28189c95a839815caafea62b6af718d (commit)
from f1d1a7268d03bfa26073139a1ef17f175f113329 (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 066e98cee28189c95a839815caafea62b6af718d
Author: Ivan Kohler <ivan at freeside.biz>
Date: Thu Jun 14 05:52:43 2012 -0700
fix cch detail import, RT#18005
diff --git a/FS/FS/tax_rate.pm b/FS/FS/tax_rate.pm
index 48c0196..e9496e4 100644
--- a/FS/FS/tax_rate.pm
+++ b/FS/FS/tax_rate.pm
@@ -993,7 +993,7 @@ sub _perform_batch_import {
}
push @insert_list,
- 'DETAIL', "$dir/".$files{detail}, \&FS::tax_rate::batch_import, $format
+ 'DETAIL', "$dir/".$files{detailfile}, \&FS::tax_rate::batch_import, $format
if $format =~ /update/;
$error ||= _perform_cch_tax_import( $job,
-----------------------------------------------------------------------
Summary of changes:
FS/FS/tax_rate.pm | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
More information about the freeside-commits
mailing list