diff options
| author | ivan <ivan> | 2011-05-01 23:19:34 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2011-05-01 23:19:34 +0000 |
| commit | b3a64b867526525fc35641ffd875fad3768136f4 (patch) | |
| tree | 28047a5363741fb8ed41d6df8dadd75222b91681 | |
| parent | 9847c9e806e3da994387aaedca7222e412e39276 (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) ) { |
