diff options
| author | ivan <ivan> | 2011-05-01 23:19:33 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2011-05-01 23:19:33 +0000 |
| commit | 1af3778f939f270e2f7a6474fce7d6fefd06517a (patch) | |
| tree | 68b8a93a5dc79bae16e091a2d18a8f58560d4f64 | |
| parent | 9b836c9bfedd7022d22ca3f3978470a5775caa72 (diff) | |
cdr reimporting, RT#12181
| -rw-r--r-- | bin/cdr.reimport | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cdr.reimport b/bin/cdr.reimport index fe00e4505..23060387d 100644 --- a/bin/cdr.reimport +++ b/bin/cdr.reimport @@ -24,7 +24,7 @@ my $cb = sub { my @exists = qsearch('cdr', { map { $_ => $cdr->$_() } - qw( uniqueid calldate src dst charged_party ) + qw( uniqueid startdate enddate src dst charged_party ) }); unless ( scalar(@exists) ) { |
