[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 9fa3b3af30750852f0c2e28b68f309cf61476b0f

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


The branch, FREESIDE_2_3_BRANCH has been updated
       via  9fa3b3af30750852f0c2e28b68f309cf61476b0f (commit)
      from  6cb811a67105fa1eeffca127cebdb606ad19d851 (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 9fa3b3af30750852f0c2e28b68f309cf61476b0f
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Thu Jun 14 05:52:44 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