[freeside-commits] branch FREESIDE_2_3_BRANCH updated. 372217d78892aeae471471f248203a42e75670e8
Ivan
ivan at 420.am
Mon Jan 14 18:33:06 PST 2013
The branch, FREESIDE_2_3_BRANCH has been updated
via 372217d78892aeae471471f248203a42e75670e8 (commit)
from 81c95889e746b174f70956e408795c2c653c3010 (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 372217d78892aeae471471f248203a42e75670e8
Author: Ivan Kohler <ivan at freeside.biz>
Date: Mon Jan 14 18:33:05 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 3667d51..ab0a33f 100644
--- a/FS/FS/Record.pm
+++ b/FS/FS/Record.pm
@@ -1783,7 +1783,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