[freeside-commits] branch FREESIDE_3_BRANCH updated. 932d55b3fbcc45aa697ff9996f0f166aa11caf8a

Jonathan Prykop jonathan at 420.am
Thu Apr 21 14:43:52 PDT 2016


The branch, FREESIDE_3_BRANCH has been updated
       via  932d55b3fbcc45aa697ff9996f0f166aa11caf8a (commit)
      from  24a8ce8e5163b2916503c277854aba96ca52a047 (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 932d55b3fbcc45aa697ff9996f0f166aa11caf8a
Author: Jonathan Prykop <jonathan at freeside.biz>
Date:   Thu Apr 21 16:26:53 2016 -0500

    FS/bin/freeside-cdr-evariste-import

diff --git a/FS/bin/freeside-cdr-evariste-import b/FS/bin/freeside-cdr-evariste-import
index 0487ae5..d5e13f9 100755
--- a/FS/bin/freeside-cdr-evariste-import
+++ b/FS/bin/freeside-cdr-evariste-import
@@ -100,7 +100,7 @@ while (my $row = $csth->fetchrow_hashref) {
     'cdrbatchnum'             => $cdr_batch->cdrbatchnum,
     'uniqueid'                => $row->{'id'},
     'src'                     => $row->{'src'},
-    'dst'                     => $row->{'dest'},
+    'dst'                     => $row->{'routing_target'} || $row->{'dest'}, # dest_orig? dest_trans?
     'startdate'               => int(str2time($row->{'start_time'})),
     'answerdate'              => int(str2time($row->{'answer_time'})),
     'enddate'                 => int(str2time($row->{'end_time'})),

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

Summary of changes:
 FS/bin/freeside-cdr-evariste-import |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list