summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/cdr-voipswitch.import2
1 files changed, 1 insertions, 1 deletions
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},