[freeside-commits] branch FREESIDE_2_1_BRANCH updated. e7d76b20692213f2eee6e9992d960a4ce4b0dac0

Ivan ivan at 420.am
Thu Jun 14 05:52:47 PDT 2012


The branch, FREESIDE_2_1_BRANCH has been updated
       via  e7d76b20692213f2eee6e9992d960a4ce4b0dac0 (commit)
      from  e07e597fa4943c46a2d4e80d31f4135fa85269fc (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 e7d76b20692213f2eee6e9992d960a4ce4b0dac0
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Jun 14 05:52:46 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