[freeside-commits] branch master updated. 3d3b8acd653b2af3d55e78fc30ec34b621d80b71

Ivan ivan at 420.am
Mon Jan 14 18:33:05 PST 2013


The branch, master has been updated
       via  3d3b8acd653b2af3d55e78fc30ec34b621d80b71 (commit)
      from  40cee8133789f3a7151b937890ceaf8e799c30ed (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 3d3b8acd653b2af3d55e78fc30ec34b621d80b71
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Mon Jan 14 18:33:04 2013 -0800

    fix asterisk_skip_clid import when there's bad data in the clid field, RT#20669

diff --git a/FS/FS/Record.pm b/FS/FS/Record.pm
index d244013..342ee19 100644
--- a/FS/FS/Record.pm
+++ b/FS/FS/Record.pm
@@ -1623,7 +1623,7 @@ sub batch_import {
 
     if ( $type eq 'csv' ) {
 
-      my %attr = ();
+      my %attr = ( 'binary' => 1, );
       $attr{sep_char} = $sep_char if $sep_char;
       $parser = new Text::CSV_XS \%attr;
 

-----------------------------------------------------------------------

Summary of changes:
 FS/FS/Record.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)




More information about the freeside-commits mailing list