From: Ivan Kohler Date: Thu, 13 Feb 2014 21:37:36 +0000 (-0800) Subject: fix voipswitch import, RT#26228 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=2b0b1cf5e74a29114bd7dd683240a3be9c9ab2a1 fix voipswitch import, RT#26228 --- diff --git a/bin/cdr-voipswitch.import b/bin/cdr-voipswitch.import index ce5b4539d..817c4bc73 100644 --- a/bin/cdr-voipswitch.import +++ b/bin/cdr-voipswitch.import @@ -121,7 +121,7 @@ my $imported = 0; my $row; while ( $row = $sth->fetchrow_hashref ) { - my $cdr = FS::cdr->new( + my $cdr = FS::cdr->new({ cdrid => $row->{id_call}, charged_party => sprintf('%.2d', $row->{client_type}). $row->{id_client},